func render()

in Sources/MockoloFramework/Models/Model.swift [51:72]


    func render(with identifier: String,
                encloser: String,
                useTemplateFunc: Bool,
                useMockObservable: Bool,
                allowSetCallCount: Bool,
                mockFinal: Bool,
                enableFuncArgsHistory: Bool,
                disableCombineDefaultValues: Bool
    ) -> String?

    /// Used to differentiate multiple entities with the same name
    /// @param level The verbosity level
    /// @returns a unique name given the verbosity (default is name)
    func name(by level: Int) -> String


    func isEqual(_ other: Model) -> Bool

    func isLessThan(_ other: Model) -> Bool
}

extension Model {