]> SALOME platform Git repositories - modules/gde.git/commitdiff
Salome HOME
- Working on tests for Study
authorBojnourdi <kavoos.bojnourdi@edf.fr>
Tue, 11 Aug 2015 09:36:50 +0000 (11:36 +0200)
committerBojnourdi <kavoos.bojnourdi@edf.fr>
Tue, 11 Aug 2015 09:36:50 +0000 (11:36 +0200)
projects/GDE_App/GDE-war/test/com/edf/gde/test/dao/StudyDaoTest.java [new file with mode: 0644]

diff --git a/projects/GDE_App/GDE-war/test/com/edf/gde/test/dao/StudyDaoTest.java b/projects/GDE_App/GDE-war/test/com/edf/gde/test/dao/StudyDaoTest.java
new file mode 100644 (file)
index 0000000..1c0c8eb
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ * (C) 2015 EDF
+ */
+package com.edf.gde.test.dao;
+
+import org.junit.After;
+import org.junit.AfterClass;
+import org.junit.Before;
+import org.junit.BeforeClass;
+
+/**
+ *
+ * @author Kavoos
+ */
+public class StudyDaoTest {
+
+    @BeforeClass
+    public static void setUpClass() {
+    }
+
+    @AfterClass
+    public static void tearDownClass() {
+    }
+
+    @Before
+    public void setUp() {
+    }
+
+    @After
+    public void tearDown() {
+    }
+
+    public void testCreateStudy() throws Exception {
+        
+    }
+}