C# Class Arnolyzer.Tests.CodeUnderTest.AutogeneratedStaticVoidCode

Datei anzeigen Open project: DavidArno/Arnolyzer

Public Methods

Method Description
DoNothing ( ) : void
ReturnTrue ( ) : bool
StillDoNothing ( ) : void

Method Details

DoNothing() public static method

public static DoNothing ( ) : void
return void

ReturnTrue() public static method

public static ReturnTrue ( ) : bool
return bool

StillDoNothing() public static method

public static StillDoNothing ( ) : void
return void