Arquillian: So you can rule your code, Not the bugs
So you can rule your code, Not the bugs.
No more mocks. No more container lifecycle and deployment hassles.
Just real test!
Arquillian 어원
영화 "Men in Black”에 나온 외계인, 사람 형태의 로봇에 타고 있는 작은 외계인 종족이 "Arquillan”
Arquillan의 3가지 원칙
1. Tests should be portable to any supported container
2. Tests should be executable from both the IDE and the build tool
3. The platform should extend or integrate existing test frameworks
Arquillan의 Feature
1. Real Tests
Mocks can be tactical, but more often than not, they are used to make code work outside of a real environment. Arquillian let's you ditch the mocks and write real tests. That's because Arquillian brings your test to the runtime, giving you access to container resources, meaningful feedback and insight about how the code really works.
2. IDE Friendly
The learning curve for getting started with Arquillian is minimized by the fact that it integrates with what you already know. Using JUnit for your unit tests? Then you can reuse your knowledge o…
No more mocks. No more container lifecycle and deployment hassles.
Just real test!
Arquillian 어원
영화 "Men in Black”에 나온 외계인, 사람 형태의 로봇에 타고 있는 작은 외계인 종족이 "Arquillan”
Arquillan의 3가지 원칙
1. Tests should be portable to any supported container
2. Tests should be executable from both the IDE and the build tool
3. The platform should extend or integrate existing test frameworks
Arquillan의 Feature
1. Real Tests
Mocks can be tactical, but more often than not, they are used to make code work outside of a real environment. Arquillian let's you ditch the mocks and write real tests. That's because Arquillian brings your test to the runtime, giving you access to container resources, meaningful feedback and insight about how the code really works.
2. IDE Friendly
The learning curve for getting started with Arquillian is minimized by the fact that it integrates with what you already know. Using JUnit for your unit tests? Then you can reuse your knowledge o…