org.eclipse.emf.ecp.common.test
Class Assert_Test

java.lang.Object
  extended by org.eclipse.emf.ecp.common.test.Assert_Test

public class Assert_Test
extends Object

Author:
Alexandra Buzila

Field Summary
 org.junit.rules.ExpectedException expectedException
           
 
Constructor Summary
Assert_Test()
           
 
Method Summary
 void testCallOrderNotNullCheck()
           
 void testCallOrderNotNullOfClassCheck()
           
 void testCallOrderNotNullOfClassCheckWithNullObject()
           
 void testCallOrderNotNullOfClassCheckWithWrongClass()
           
 void testCallOrderOfClassCheck()
           
 void testCallOrderOfClassNotNullCheck()
           
 void testCallOrderOfClassNotNullCheckWithWrongClass()
           
 void testCheckWithNotNullObject()
           
 void testCheckWithNullObject()
           
 void testCreateNotNullObject()
           
 void testCreateNullObject()
           
 void testNotNullWithNotNull()
           
 void testNotNullWithNull()
           
 void testOfClassWithNotNull()
           
 void testOfClassWithNotNullAndSuperclass()
           
 void testOfClassWithNotNullAndWrongClass()
           
 void testOfClassWithNotNullObjectAndNullClass()
           
 void testOfClassWithNullObjectAndNotNullClass()
           
 void testOfClassWithNullObjectAndNullClass()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedException

public org.junit.rules.ExpectedException expectedException
Constructor Detail

Assert_Test

public Assert_Test()
Method Detail

testCreateNullObject

public void testCreateNullObject()

testCreateNotNullObject

public void testCreateNotNullObject()

testNotNullWithNull

public void testNotNullWithNull()

testNotNullWithNotNull

public void testNotNullWithNotNull()

testOfClassWithNullObjectAndNullClass

public void testOfClassWithNullObjectAndNullClass()

testOfClassWithNullObjectAndNotNullClass

public void testOfClassWithNullObjectAndNotNullClass()

testOfClassWithNotNull

public void testOfClassWithNotNull()

testOfClassWithNotNullAndSuperclass

public void testOfClassWithNotNullAndSuperclass()

testOfClassWithNotNullAndWrongClass

public void testOfClassWithNotNullAndWrongClass()

testOfClassWithNotNullObjectAndNullClass

public void testOfClassWithNotNullObjectAndNullClass()

testCheckWithNullObject

public void testCheckWithNullObject()

testCheckWithNotNullObject

public void testCheckWithNotNullObject()

testCallOrderNotNullCheck

public void testCallOrderNotNullCheck()

testCallOrderOfClassCheck

public void testCallOrderOfClassCheck()

testCallOrderNotNullOfClassCheck

public void testCallOrderNotNullOfClassCheck()

testCallOrderOfClassNotNullCheck

public void testCallOrderOfClassNotNullCheck()

testCallOrderNotNullOfClassCheckWithNullObject

public void testCallOrderNotNullOfClassCheckWithNullObject()

testCallOrderNotNullOfClassCheckWithWrongClass

public void testCallOrderNotNullOfClassCheckWithWrongClass()

testCallOrderOfClassNotNullCheckWithWrongClass

public void testCallOrderOfClassNotNullCheckWithWrongClass()


Copyright © 2015. All Rights Reserved.