1 package net.wotonomy.access;
2
3 import junit.framework.TestCase;
4
5 public class EOEntityTest extends TestCase {
6
7 /*
8 * Test method for 'net.wotonomy.access.EOEntity.addAttribute(EOAttribute)'
9 */
10 public void testAddAttribute() {
11
12 }
13
14 }