Click or drag to resize
weroSoft AG, Software
WeroSoft.UnitTesting Namespace
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
 
Classes
  ClassDescription
Public classAssertionConfiguration
Represents a assertion definition for asserting multiple types.
Public classAttributeAssert
Provides methods for asserting attribute types.
Public classDataContractAssert
Provides methods for testing WCF data contracts.
Public classDataContractAssertionConfiguration
Represents a assertion definition for asserting WCF data contracts.
Public classEngineAssertionConfiguration
Represents a assertion definition for asserting an engine.
Public classExceptionAssert
Provides methods for asserting exception types.
Public classManualTestClassAttribute
Defines an attribute which is marking a class to be a manual test class.
Public classManualTestMethodAttribute
Defines an attribute which is marking a method to be a manual test.
Public classMethodAssert
Provides methods for asserting results in Unit Tests.
Public classMethodInvocationInfo
Represents a method invocation information used of a mock.
Public classCode exampleMock
Provides the base functionality for creating a mock.
Public classMonitoredEvent
Represents a monitored event.
Public classObjectAssert
Implements some simple assertions.
Public classReferenceAssert
Implements specialized assertions for reference assert.
Public classTestContextInfo
Proposes an alternative test context for Unit Tests. This test context can be created from a transporter context to be used in an other application domain.
Public classTestContextTransporter
Provides a class to be used for transporting some Unit Test Context information.
Public classTestKindCategory
Defines verbs which may be used to mark a test category to a test.
Public classTestTimeCategory
Defines verbs which may be used to mark a test category to a test.
Public classTestTypeCategory
Defines verbs which may be used to mark a test category to a test.
Public classTimeSpanAssert
Provides helper methods for asserting timespan values.
Public classUnitTest
Provides helper methods for easing Unit Testing.
Public classUnitTestAppDomainWrapper
Wraps a Unit Test into an own application domain.
Public classUnitTestAssertionFailedException
Represents an error that occurs when Unit Test helper recognizes a wrong situation.
Public classUnitTestDataGenerator
Provides method for generating person object.
Public classCode exampleUnitTestEventMonitor
Provides test functionality for types firing events.
Public classUnitTestGlobals
Defines global values used for testing.
Public classUnitTestingInternalException
Represents an error that occurs when Unit Test helper recognizes a wrong situation.
Public classWrappedClassCleanupAttribute
Identifies a method that contains code to be used after all the tests in the test class have run and to free resources obtained by the test class.
Public classWrappedClassInitializeAttribute
Identifies a method that contains code that must be used before any of the tests in the test class have run and to allocate resources to be used by the test class.
Public classWrappedTestCleanupAttribute
Identifies the method to run after the wrapped test to cleanup resources needed by all wrapped tests in the test class.
Public classWrappedTestInitializeAttribute
Identifies the method to run before the wrapped test to allocate and configure resources needed by all wrapped tests in the test class.
Enumerations
  EnumerationDescription
Public enumerationWorkingListComparisonType
Defines the comparison to find types in a working list.