com.silanis.esl.sdk.internal
Class Asserts

java.lang.Object
  extended by com.silanis.esl.sdk.internal.Asserts

public class Asserts
extends Object


Method Summary
static void genericAssert(boolean condition, String message)
           
static void notNullOrEmpty(String assertedValue, String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

genericAssert

public static void genericAssert(boolean condition,
                                 String message)

notNullOrEmpty

public static void notNullOrEmpty(String assertedValue,
                                  String fieldName)


Copyright 2014, Silanis Technology, Inc. All rights reserved.