C# Class PclUnit.Style.Xunit.Util.Guard

Guard class, used for guard clauses and argument validation
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
ArgumentNotNull ( string argName, object argValue ) : void

Private Methods

Method Description
ArgumentNotNullOrEmpty ( string argName, IEnumerable argValue ) : void
ArgumentValid ( string argName, string message, bool test ) : void

Method Details

ArgumentNotNull() public static method

public static ArgumentNotNull ( string argName, object argValue ) : void
argName string
argValue object
return void