/* EXPERIMENTAL CODE - NON COMPILEABLE VERSION OF Umple xUnit Model */
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE @UMPLE_VERSION@ modeling language!*/



<?php

////---- Tests for  Testcase.ump----/////



class TestcaseTest extends UnitTestCase{
 
 
 


  public function setup(){

  }


 


  public function teardown(){


  }


 
  public function someTest()
  {            
            $p1 = new Person ("John","123","someAddrss");     
            $this->assertTrue($p1->getId()!=null);
    
      
            //comment test
  }