C# Class Nez.Assert

Show file Open project: prime31/Nez

Private Methods

Method Description
areEqual ( object first, object second, string message ) : void
areNotEqual ( object first, object second, string message ) : void
isFalse ( bool condition ) : void
isFalse ( bool condition, string message ) : void
isNotNull ( object obj, string message ) : void
isNull ( object obj, string message ) : void
isTrue ( bool condition ) : void
isTrue ( bool condition, string message ) : void