Skip to content

Commit

Permalink
Added simple model for local automated code generation tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Sep 7, 2012
1 parent f8b2b48 commit f186144
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/test/java/com/tightdb/test/CodeGenTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package com.tightdb.test;

import com.tightdb.Table;

/**
* A helper class containing model(s) for simple code generation tests.
*/
class CodeGenTest {

@Table // this is enabled only for occasional local tests
class someModel {
String name;
int age;
}

}

0 comments on commit f186144

Please sign in to comment.