AppVeyor
Contains code to configure FAKE for AppVeyor integration
Nested types and modules
Functions and values
Function or value | Description |
FinishTestCase (...)
Signature: testSuiteName:string -> testCaseName:string -> duration:TimeSpan -> unit
|
Finishes the test case.
|
FinishTestSuite testSuiteName
Signature: testSuiteName:'?8807 -> unit
Type parameters: '?8807
|
Finishes the test suite.
|
IgnoreTestCase (...)
Signature: testSuiteName:string -> testCaseName:string -> message:'?8813 -> unit
Type parameters: '?8813
|
Ignores the test case.
|
StartTestCase testSuiteName testCaseName
Signature: testSuiteName:string -> testCaseName:string -> unit
|
Starts the test case.
|
StartTestSuite testSuiteName
Signature: testSuiteName:'?8809 -> unit
Type parameters: '?8809
|
Starts the test suite.
|
TestFailed (...)
Signature: testSuiteName:string -> testCaseName:string -> message:string -> details:string -> unit
|
Reports a failed test.
|
TestSucceeded testSuiteName testCaseName
Signature: testSuiteName:string -> testCaseName:string -> unit
|
Reports a succeeded test.
|