![]() | SmartAssertPlaceHolder Methods |
The SmartAssertPlaceHolder type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | ChangeT |
Creates an Assertion that ensure relative changes to a property/indexer of an object.
(Defined by ChangeAssertions.) |
![]() ![]() | ChangedTo | Overloaded.
Creates an Assertion that ensure an object property/indexer changed in the Act part of
your test.
(Defined by ChangedToAssertions.) |
![]() ![]() | ChangedToT(ExpressionFuncT, T) | Overloaded.
Creates an Assertion that ensure an object property/indexer changed in the Act part of
your test.
(Defined by ChangedToAssertions.) |
![]() ![]() | NotChanged(NotChangedKind) | Overloaded.
Creates an Assertion that ensure object properties/fields did not change in the Act part of your
test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotChanged(Object, NotChangedKind) | Overloaded.
Creates an Assertion that ensure object properties/fields did not change in the Act part of your
test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotChangedExcept | Overloaded.
Creates an Assertion that ensure object public properties did not change, except the one involved in
the Act part of your test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotChangedExcept(String) | Overloaded.
Creates an Assertion that ensure object public properties did not change, except the specified ones,
in
the Act part of your test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotChangedExcept(Object, String) | Overloaded.
Creates an Assertion that ensure object public properties of the specified instance did not change,
except the specified ones,
in the Act part of your test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotChangedExcept(NotChangedKind, String) | Overloaded.
Creates an Assertion that ensure object properties/fields did not change, except the specified ones,
in the Act part of your test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotChangedExcept(Object, NotChangedKind, String) | Overloaded.
Creates an Assertion that ensure object properties/fields of the specified instance did not change,
except the specified ones,
in the Act part of your test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotChangedExceptT(ExpressionFuncT, NotChangedKind) | Overloaded.
Creates an Assertion that ensure object properties/fields of the specified instance did not change,
except the specified ones,
in the Act part of your test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotChangedExceptAct |
Creates an Assertion that ensure object public properties did not change, except the one involved in
the Act part of your test.
(Defined by NotChangedAssertions.) |
![]() ![]() | NotRaised(String) | Overloaded.
Creates an Assertion that ensure an standard event is not raised in the Act part of your test.
(Defined by RaiseAssertions.) |
![]() ![]() | NotRaised(Object, String) | Overloaded.
Creates an Assertion that ensure an standard event is not raised in the Act part of your test.
(Defined by RaiseAssertions.) |
![]() ![]() | NotRaised_PropertyChanged | Overloaded.
Creates an Assertion that ensure an object property/indexer did not change at all in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() ![]() | NotRaised_PropertyChangedT(T) | Overloaded.
Creates an Assertion that ensure an object property/indexer did not change at all in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() ![]() | NotRaised_PropertyChangedT(ExpressionFuncT) | Overloaded.
Creates an Assertion that ensure an object property/indexer did not change in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() ![]() | NotRaised_PropertyChangedT(T, String) | Overloaded.
Creates an Assertion that ensure an object property/indexer did not change in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() ![]() | Raised(String) | Overloaded.
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
(Defined by RaiseAssertions.) |
![]() ![]() | Raised(Object, String) | Overloaded.
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
(Defined by RaiseAssertions.) |
![]() ![]() | RaisedT(String, EventHandlerT) | Overloaded.
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
(Defined by RaiseAssertions.) |
![]() ![]() | RaisedT(Object, String, EventHandlerT) | Overloaded.
Creates an Assertion that ensure an standard event is raised in the Act part of your test.
(Defined by RaiseAssertions.) |
![]() ![]() | Raised_PropertyChanged | Overloaded.
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() ![]() | Raised_PropertyChangedT(ExpressionFuncT) | Overloaded.
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() ![]() | Raised_PropertyChangedT(T, String) | Overloaded.
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() ![]() | Raised_PropertyChangedT(ExpressionFuncT, T) | Overloaded.
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() ![]() | Raised_PropertyChangedT(T, String, Object) | Overloaded.
Creates an Assertion that ensure an object property/indexer changed to a different value in the Act
part of your test.
(Defined by PropertyChangedAssertions.) |
![]() | ThrowT(ActionT) | Overloaded.
Creates an Assertion that ensure the provided exception type is thrown.
(Defined by ThrowAssertions.) |
![]() | ThrowT(String, ActionT) | Overloaded.
Creates an Assertion that ensure the provided exception type is thrown for the
parameterName parameter.
(Defined by ThrowAssertions.) |
![]() | ThrowT(String, String, ActionT) | Overloaded.
Creates an Assertion that ensure the provided exception type is thrown for the
parameterName parameter.
(Defined by ThrowAssertions.) |
![]() ![]() | Wait(WaitHandle, Double) | Overloaded.
Creates an Assertion that ensure an asynchronous call from the Act is done before continuing Smart
Assertions validations.
(Defined by WaitAssertions.) |
![]() ![]() | Wait(WaitHandle, TimeSpan) | Overloaded.
Creates an Assertion that ensure an asynchronous call from the Act is done before continuing Smart
Assertions validations.
(Defined by WaitAssertions.) |
![]() ![]() | WaitContextHandle(Double) | Overloaded.
Creates an Assertion that ensure an asynchronous call from the Act is done before continuing Smart
Assertions validations.
(Defined by WaitAssertions.) |
![]() ![]() | WaitContextHandle(TimeSpan) | Overloaded.
Creates an Assertion that ensure an asynchronous call from the Act is done before continuing Smart
Assertions validations.
(Defined by WaitAssertions.) |
![]() ![]() | Within(Int64) | Overloaded.
Creates an Assertion that ensure the Act is done within a specific duration.
(Defined by WithinAssertions.) |
![]() ![]() | Within(TimeSpan) | Overloaded.
Creates an Assertion that ensure the Act is done within a specific duration.
(Defined by WithinAssertions.) |