Skip to content

Commit

Permalink
workin on #161
Browse files Browse the repository at this point in the history
  • Loading branch information
phasenraum2010 committed Jul 30, 2017
1 parent 7da42d0 commit c95f592
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ twitterwall:
- 876496934676180992
idTwitterToFetchForUserControllerTest:
#t3c_berlin
- 876433563561938944
# - 876433563561938944
#Codemonkey1988
- 876456051016597504
#Walter_kran
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.woehlke.twitterwall.frontend.controller;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
Expand Down Expand Up @@ -56,6 +57,7 @@ public void setupTestData(){
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void domainCountTest() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public void fetchTweetsFromTwitterSearchTest() {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getAllTest()throws Exception {
Expand All @@ -83,6 +84,7 @@ public void getAllTest()throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void hashTagFromTweetsAndUsersTest() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.woehlke.twitterwall.frontend.controller;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
Expand Down Expand Up @@ -57,6 +58,7 @@ public void controllerIsPresentTest(){
assertThat(controller).isNotNull();
}

@Ignore
@Commit
@Test
public void fetchTweetsFromTwitterSearchTest() {
Expand All @@ -68,6 +70,7 @@ public void fetchTweetsFromTwitterSearchTest() {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void imprintTest1() throws Exception {
Expand All @@ -76,6 +79,7 @@ public void imprintTest1() throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void imprintTest2() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.woehlke.twitterwall.frontend.controller;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
Expand Down Expand Up @@ -68,6 +69,7 @@ public void setupTestData(){
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getAllTest()throws Exception {
Expand All @@ -88,6 +90,7 @@ public void getAllTest()throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getTaskByIdTest() throws Exception {
Expand All @@ -113,6 +116,7 @@ public void getTaskByIdTest() throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void createTestDataTest() throws Exception {
Expand All @@ -134,6 +138,7 @@ public void createTestDataTest() throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getOnListRenewTest() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public void getAll() throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getUserForScreeName() throws Exception {
Expand All @@ -109,6 +110,7 @@ public void getUserForScreeName() throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getTweetingUsers() throws Exception {
Expand All @@ -129,6 +131,7 @@ public void getTweetingUsers() throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getNotYetFriendUsers() throws Exception {
Expand All @@ -149,6 +152,7 @@ public void getNotYetFriendUsers() throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getNotYetOnList() throws Exception {
Expand All @@ -169,6 +173,7 @@ public void getNotYetOnList() throws Exception {
Assert.assertTrue(true);
}

@Ignore
@Commit
@Test
public void getOnList() throws Exception {
Expand Down

0 comments on commit c95f592

Please sign in to comment.