![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Defines the ITest interface used by the Test module to return its known failures. More...
Public Member Functions | |
| int | GetPriority (string strClass, string strMethod) |
| Get the priority of a class::method pair. More... | |
Properties | |
| List< Tuple< string, string, string > > | KnownFailures [get] |
| Get the known failures of the test module. More... | |
Defines the ITest interface used by the Test module to return its known failures.
Definition at line 252 of file Interfaces.cs.
| int MyCaffe.basecode.ITestKnownFailures.GetPriority | ( | string | strClass, |
| string | strMethod | ||
| ) |
Get the priority of a class::method pair.
| strClass | Specifies the class. |
| strMethod | Specifies the method. |
|
get |
Get the known failures of the test module.
Definition at line 257 of file Interfaces.cs.