RVS_DebugTools
public class RVS_DebugTools
This class is a “junk drawer” of various debug/testing tools.
-
This is used to see whether or not we are running under unit tests. It is optional, and isn’t really supposed to be replaced.
Declaration
Swift
public static var isRunningUnitTests: Bool { get }
Return Value
True, if we are currently in a unit test.