C# Class TestSuite.Program

Mostra file Open project: pajlada/TempestNotifier

Public Properties

Property Type Description
test_data MapTempest>.Dictionary

Public Methods

Method Description
add_test_data ( string filename, string map, string prefix = "none", string suffix = "none" ) : void

Private Methods

Method Description
Main ( string args ) : void
load_maps ( ) : Task
load_test_data ( ) : Task

Method Details

add_test_data() public static method

public static add_test_data ( string filename, string map, string prefix = "none", string suffix = "none" ) : void
filename string
map string
prefix string
suffix string
return void

Property Details

test_data public_oe static_oe property

public static Dictionary test_data
return MapTempest>.Dictionary