MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.ITestKnownFailures Interface Reference

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...
 

Detailed Description

Defines the ITest interface used by the Test module to return its known failures.

Definition at line 252 of file Interfaces.cs.

Member Function Documentation

◆ GetPriority()

int MyCaffe.basecode.ITestKnownFailures.GetPriority ( string  strClass,
string  strMethod 
)

Get the priority of a class::method pair.

Parameters
strClassSpecifies the class.
strMethodSpecifies the method.
Returns
The priority is returned with 0 being the top priority.

Property Documentation

◆ KnownFailures

List<Tuple<string, string, string> > MyCaffe.basecode.ITestKnownFailures.KnownFailures
get

Get the known failures of the test module.

Definition at line 257 of file Interfaces.cs.


The documentation for this interface was generated from the following file: