Esempio n. 1
0
 protected void AssertNotNull(object o, Exception exception)
 {
     ValidationUtility.AssertNotNull(o, exception);
 }
Esempio n. 2
0
 protected void AssertNotIsNullOrWhiteSpace(string s, Exception exception)
 {
     ValidationUtility.AssertNotIsNullOrWhiteSpace(s, exception);
 }
Esempio n. 3
0
 protected void Assert(bool condition, Exception exception)
 {
     ValidationUtility.Assert(condition, exception);
 }