TestResultsType Class

Summary

Enum TestResultsType
Assembly
Rocket.Surgery.Cake.dll
Namespace
Rocket.Surgery.Cake.TfsTasks
Base Types
  • Enum
TestResultsType
Enum

Syntax

public sealed class TestResultsType : Enum

Fields

Name Constant Value Summary
JUnit 0
The j unit
static
NUnit 3
The n unit
static
value__
VSTest 1
The vs test
static
XUnit 2
The x unit
static

Extension Methods