Changeset 1455 for trunk/test/unit/dbnp
- Timestamp:
- Jan 28, 2011, 1:41:02 PM (12 years ago)
- Location:
- trunk/test/unit/dbnp/studycapturing
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/dbnp/studycapturing/AssayControllerTests.groovy
r1445 r1455 43 43 controller.assayService = [ 44 44 45 collectAssayData: {a, b -> def e = new Exception('msga'); e.metaClass.cause = new Exception('msg1'); throw e},46 exportColumnWiseDataToExcelFile: {a, b -> def e = new Exception('msgb'); e.metaClass.cause = new Exception('msg2'); throw e}45 collectAssayData: {a, b -> throw new Exception('msg1') }, 46 exportColumnWiseDataToExcelFile: {a, b -> throw new Exception('msg2') } 47 47 48 48 ]
Note: See TracChangeset
for help on using the changeset viewer.