메소드 | 설명 | |
---|---|---|
DumpObjectProperties ( Object obj ) : void |
Public method used to dump object on console. This method uses the private method dumpObjectOnString
|
|
ExampleMethodPrint ( string message, |
This method prints on the Console the name of the example method
|
|
ExampleSetPrint ( string message, |
This method prints on the Console the name of the examples module (set of examples method)
|
메소드 | 설명 | |
---|---|---|
dumpObjectOnString ( Object obj ) : string |
This method recursively dump object properties in key-value format and return it in a string.
|
public static DumpObjectProperties ( Object obj ) : void | ||
obj | Object | Object to dump |
리턴 | void |
public static ExampleMethodPrint ( string message, |
||
message | string | Description of the actions executed by the example |
method | Method type for the example | |
리턴 | void |
public static ExampleSetPrint ( string message, |
||
message | string | Description of the example set |
clazz | Type reference of the example module | |
리턴 | void |