Skip to content

Commit fe201a0

Browse files
committed
Added resources folder and performaed local build
1 parent 43f335e commit fe201a0

12 files changed

Lines changed: 22 additions & 4 deletions

File tree

JunitTesting/src/test/java/com/kdp/java/junit/AllTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kdp.junit;
1+
package com.kdp.java.junit;
22

33
import org.junit.runner.RunWith;
44
import org.junit.runners.Suite;

JunitTesting/src/test/java/com/kdp/java/junit/GreetingParametrizedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kdp.junit;
1+
package com.kdp.java.junit;
22

33
import static org.junit.Assert.assertEquals;
44

JunitTesting/src/test/java/com/kdp/java/junit/GreetingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kdp.junit;
1+
package com.kdp.java.junit;
22

33
import static org.junit.Assert.assertEquals;
44
import static org.junit.Assert.assertNotNull;

JunitTesting/src/test/java/com/kdp/java/junit/PerformanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kdp.junit;
1+
package com.kdp.java.junit;
22

33
import java.util.Arrays;
44

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Manifest-Version: 1.0
2+
Built-By: cloudera
3+
Build-Jdk: 1.7.0_67
4+
Created-By: Maven Integration for Eclipse
5+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#Generated by Maven Integration for Eclipse
2+
#Mon May 30 23:49:17 PDT 2016
3+
version=0.0.1-SNAPSHOT
4+
groupId=com.kdp.java.junit
5+
m2e.projectName=JunitTesting
6+
m2e.projectLocation=/home/cloudera/git/JavaRepo/JunitTesting
7+
artifactId=JunitTesting
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>com.kdp.java.junit</groupId>
4+
<artifactId>JunitTesting</artifactId>
5+
<version>0.0.1-SNAPSHOT</version>
6+
</project>
751 Bytes
Binary file not shown.
537 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)