コード例 #1
0
 protected void AssertNotNull(object o, Exception exception)
 {
     ValidationUtility.AssertNotNull(o, exception);
 }
コード例 #2
0
 protected void AssertNotIsNullOrWhiteSpace(string s, Exception exception)
 {
     ValidationUtility.AssertNotIsNullOrWhiteSpace(s, exception);
 }
コード例 #3
0
 protected void Assert(bool condition, Exception exception)
 {
     ValidationUtility.Assert(condition, exception);
 }