C# Class VitaUnit.TestResult

Afficher le fichier Open project: garyjohnson/vitaUnit Class Usage Examples

Méthodes publiques

Méthode Description
TestResult ( string className, string methodName, bool wasSuccessful, string message ) : System
TestResult ( string className, string methodName, bool wasSuccessful, string message, Exception exception ) : System

Method Details

TestResult() public méthode

public TestResult ( string className, string methodName, bool wasSuccessful, string message ) : System
className string
methodName string
wasSuccessful bool
message string
Résultat System

TestResult() public méthode

public TestResult ( string className, string methodName, bool wasSuccessful, string message, Exception exception ) : System
className string
methodName string
wasSuccessful bool
message string
exception System.Exception
Résultat System