C# Class Accord.Diagnostics.Debug

Temporary internal framework class for handling debug assertions while inside unit tests. Will be removed in a future release.
Mostra file Open project: accord-net/framework

Private Methods

Method Description
Assert ( bool condition, string message = "Internal framework error." ) : void