Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
KSP.Testing.TestInfo Class Reference

Used to mark a method as a test for the Unit Testing framework. More...

Inheritance diagram for KSP.Testing.TestInfo:

Public Member Functions

 TestInfo (string name)
 
 TestInfo ()
 
override string ToString ()
 

Properties

string Author [get, set]
 
string Name [get, set]
 Displayed name of the Unit Test More...
 
string SinceVersion [get, set]
 

Detailed Description

Used to mark a method as a test for the Unit Testing framework.

Example: [TestInfo("PluginConfiguration",Author="N3X15",SinceVersion="0.14.2")]

Constructor & Destructor Documentation

KSP.Testing.TestInfo.TestInfo ( string  name)
inline
KSP.Testing.TestInfo.TestInfo ( )
inline

Member Function Documentation

override string KSP.Testing.TestInfo.ToString ( )
inline

Property Documentation

string KSP.Testing.TestInfo.Author
getset
string KSP.Testing.TestInfo.Name
getset

Displayed name of the Unit Test

string KSP.Testing.TestInfo.SinceVersion
getset

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