Click or drag to resize

WithinAssertions Class

Helper class to test duration of Act part of your test.
Inheritance Hierarchy
SystemObject
  SmartTests.AssertionsWithinAssertions

Namespace:  SmartTests.Assertions
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public static class WithinAssertions
Methods
  NameDescription
Public methodStatic memberCode exampleWithin(SmartAssertPlaceHolder, Int64)
Creates an Assertion that ensure the Act is done within a specific duration.
Public methodStatic memberCode exampleWithin(SmartAssertPlaceHolder, TimeSpan)
Creates an Assertion that ensure the Act is done within a specific duration.
Top
See Also