Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added test-utils module, removed unnecessary complexity from tests #31

Merged
merged 19 commits into from
Apr 23, 2015

Conversation

lukaszPulawski
Copy link
Contributor

No description provided.

test-utils

Conflicts:
	test-utils/pom.xml
	test-utils/src/main/java/com/payu/ratel/tests/RatelIntegrationTestExecutionListener.java
	test-utils/src/main/java/com/payu/ratel/tests/RatelTest.java
	test-utils/src/main/java/com/payu/ratel/tests/RatelTestContext.java
	test-utils/src/main/java/com/payu/ratel/tests/TestRatelConfiguration.java
	tests/src/test/java/com/payu/ratel/tests/ClientCacheTest.java
	tests/src/test/java/com/payu/ratel/tests/ExceptionTransportTest.java
	tests/src/test/java/com/payu/ratel/tests/TracingMechanismTest.java
@@ -49,6 +49,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.7.0</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better is having version in dependencymanagment in root project, we use this artifiact more then once

test-utils

Conflicts:
	test-utils/pom.xml
	test-utils/src/main/java/com/payu/ratel/tests/RatelIntegrationTestExecutionListener.java
	test-utils/src/main/java/com/payu/ratel/tests/RatelTest.java
	test-utils/src/main/java/com/payu/ratel/tests/RatelTestContext.java
	test-utils/src/main/java/com/payu/ratel/tests/TestRatelConfiguration.java
	tests/src/test/java/com/payu/ratel/tests/ClientCacheTest.java
	tests/src/test/java/com/payu/ratel/tests/ExceptionTransportTest.java
	tests/src/test/java/com/payu/ratel/tests/TracingMechanismTest.java
@lukaszPulawski
Copy link
Contributor Author

dependency managment for assertj moved to parent pom.

pgrela added a commit that referenced this pull request Apr 23, 2015
Added test-utils module, removed unnecessary complexity from tests
@pgrela pgrela merged commit 413469e into master Apr 23, 2015
@lukaszPulawski lukaszPulawski deleted the test-utils branch April 30, 2015 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants