|
| readonly object | _lock = new object() |
| readonly StringBuilder | _log = new StringBuilder() |
◆ BaseTest()
| Zwipe.Test.Tools.Tests.BaseTest.BaseTest |
( |
string | name | ) |
|
|
protected |
◆ AddError() [1/2]
| void Zwipe.Test.Tools.Tests.BaseTest.AddError |
( |
string | name, |
|
|
string | format, |
|
|
params object[] | args ) |
|
protected |
◆ AddError() [2/2]
| void Zwipe.Test.Tools.Tests.BaseTest.AddError |
( |
string | name, |
|
|
string | message ) |
|
protected |
◆ AddSuccess() [1/2]
| void Zwipe.Test.Tools.Tests.BaseTest.AddSuccess |
( |
string | name, |
|
|
string | format, |
|
|
params object[] | args ) |
|
protected |
◆ AddSuccess() [2/2]
| void Zwipe.Test.Tools.Tests.BaseTest.AddSuccess |
( |
string | name, |
|
|
string | message ) |
|
protected |
◆ Clean()
| virtual void Zwipe.Test.Tools.Tests.BaseTest.Clean |
( |
| ) |
|
|
protectedvirtual |
◆ CreateTestSuite()
◆ Execute()
| void Zwipe.Test.Tools.Tests.BaseTest.Execute |
( |
| ) |
|
|
abstractprotected |
◆ Log() [1/2]
| void Zwipe.Test.Tools.Tests.BaseTest.Log |
( |
string | format, |
|
|
params object[] | args ) |
|
protected |
◆ Log() [2/2]
| void Zwipe.Test.Tools.Tests.BaseTest.Log |
( |
string | message | ) |
|
|
protected |
◆ Perform()
◆ PostClean()
| void Zwipe.Test.Tools.Tests.BaseTest.PostClean |
( |
| ) |
|
|
private |
◆ PreClean()
| void Zwipe.Test.Tools.Tests.BaseTest.PreClean |
( |
| ) |
|
|
private |
◆ Prepare()
| virtual bool Zwipe.Test.Tools.Tests.BaseTest.Prepare |
( |
| ) |
|
|
protectedvirtual |
◆ _lock
| readonly object Zwipe.Test.Tools.Tests.BaseTest._lock = new object() |
|
private |
◆ _log
| readonly StringBuilder Zwipe.Test.Tools.Tests.BaseTest._log = new StringBuilder() |
|
private |
◆ Context
◆ Name
| string Zwipe.Test.Tools.Tests.BaseTest.Name |
|
get |
◆ Suite
| TestSuite Zwipe.Test.Tools.Tests.BaseTest.Suite |
|
getprivate setprotected |
The documentation for this class was generated from the following file: