/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE ${last.version} modeling language!*/



////---- Tests for  MultipleAttributeComments ----/////

test Foo {

 generate JUnit ;
 
 depend  Foo ; 



 
 GIVEN:
 MultipleAttributeComments.ump;
 
 
 
 THEN:
  //tests for :testAttribute1

      test attribute_testAttribute1 {
    
      
        Foo aFoo("RandomString1","RandomString1","RandomString1","RandomString1");
        
        
    assertTrue( aFoo.setTestAttribute1("RandomString1"));
    assertTrue( aFoo.getTestAttribute1() =="RandomString1");
    assertTrue( aFoo.setTestAttribute1("RandomString2"));
    assertTrue( aFoo.getTestAttribute1()=="RandomString2");
    assertFalse( aFoo.getTestAttribute1() =="RandomString1");
             
          
        	}

 //tests for :testAttribute2

      test attribute_testAttribute2 {
    
      
        Foo aFoo("RandomString1","RandomString1","RandomString1","RandomString1");
        
        
    assertTrue( aFoo.setTestAttribute2("RandomString1"));
    assertTrue( aFoo.getTestAttribute2() =="RandomString1");
    assertTrue( aFoo.setTestAttribute2("RandomString2"));
    assertTrue( aFoo.getTestAttribute2()=="RandomString2");
    assertFalse( aFoo.getTestAttribute2() =="RandomString1");
             
          
        	}

 //tests for :testAttribute3

      test attribute_testAttribute3 {
    
      
        Foo aFoo("RandomString1","RandomString1","RandomString1","RandomString1");
        
        
    assertTrue( aFoo.setTestAttribute3("RandomString1"));
    assertTrue( aFoo.getTestAttribute3() =="RandomString1");
    assertTrue( aFoo.setTestAttribute3("RandomString2"));
    assertTrue( aFoo.getTestAttribute3()=="RandomString2");
    assertFalse( aFoo.getTestAttribute3() =="RandomString1");
             
          
        	}

 //tests for :testAttribute4

      test attribute_testAttribute4 {
    
      
        Foo aFoo("RandomString1","RandomString1","RandomString1","RandomString1");
        
        
    assertTrue( aFoo.setTestAttribute4("RandomString1"));
    assertTrue( aFoo.getTestAttribute4() =="RandomString1");
    assertTrue( aFoo.setTestAttribute4("RandomString2"));
    assertTrue( aFoo.getTestAttribute4()=="RandomString2");
    assertFalse( aFoo.getTestAttribute4() =="RandomString1");
             
          
        	}


  
 
   

}