RemObjects.Elements.EUnit

  • Platforms: .NET, .NET Standard 2.0, Cooper, Island, macOS, Toffee

Global declarations

Classes

Class Notes
AbstractLock Base class for all wait locks.
AssertMessages Helper class that contains error messages.
Asserts
AsyncResult<T>
AwaitToken
BaseAction
BaseAsserts
BaseDiscovery
BaseWriter Base class for test result writers.
BlockAction
CancelationToken
Checks
ConsoleTestListener Listens to runner events and outputs them to console.
ConsoleWriter Test result writer that writes result to console.
ContextDiscovery
Discovery Helper class that provide methods for locating tests.
ExceptionHelper
ExceptionLock This class represents wait lock that allows to block current thread until signal is received and raise exception returned from that thread.
Hasher
IdGenerator
InitializeInstanceAction
InitializeMethodAction
InitializeTypeAction
InstanceAction
InstanceDiscovery
ListViewTestListener
Lock This class represents simple wait lock that allows to block current thread until signal is received.
MethodAction
MethodValidators
PackageDiscovery
PackageHelper
ResultAction
ResultLock<T> This class represents wait lock that allows to block current thread until signal is received and return result from that thread.
RunContext
Runner Helper class that is used to start test runs.
SequenceHelper
SetupAction
SetupTestAction
StringWriter Test result writer that writes result into a string.
Summary
TableViewTestListener
TableViewTestListenerAppDelegate
TeardownAction
TeardownTestAction
Test Base class for all EUnit tests.
TestActivity
TestAdapter
TestcaseNode
TestClassNode
TestHandler
TestNode
TestResultNode
TestsTableViewController
TestSuiteNode
TokenProvider
TryFinallyAction
TypeDiscovery
TypeValidators
WebAssemblyListener

Interfaces

Interface Notes
IAsyncResult<T>
IAwaitToken
ICancelationToken
IDiscovery
IEventListener Receives events that happens during test run.
IEventListenerGUI
ITest Represents test tree.
ITestResult Represents test result tree.

Enums

Enum
AsyncState
MsgType
TestKind
TestState

Exceptions

Exception Notes
ArgumentException
ArgumentNilException
AssertException Represents assertation error.
BaseException
InvalidOperationException
RunnerException

Extensions

Extension
ITestResult
java.lang.Iterable<ITestResult>
RemObjects.Elements.System.IEnumerable<ITestResult>
RemObjects.Elements.System.INSFastEnumeration<ITestResult>
Runner
System.Collections.Generic.IEnumerable<ITestResult>