Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordofthejars/bjugbank
Example used in Arquillian NoMock BJUG workshop
https://github.com/lordofthejars/bjugbank
Last synced: 26 days ago
JSON representation
Example used in Arquillian NoMock BJUG workshop
- Host: GitHub
- URL: https://github.com/lordofthejars/bjugbank
- Owner: lordofthejars
- Created: 2014-03-29T20:57:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-26T11:38:52.000Z (over 10 years ago)
- Last Synced: 2023-03-22T22:08:07.257Z (over 1 year ago)
- Language: Java
- Size: 484 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Resistence is Futile, Mocks Will Be Assimilated [The Workshop]
== Workshop
[horizontal]
Date:: Friday, April 25, 2014
Time:: 19:00 PM (2h 00m)
Where:: Espai Jove La Fontana Carrer Gran de Gracia, 190, 08012
Category:: Tools & Techniques== Abstract
Everybody is mocking in unit test. To test what? Your code will be run within a Java EE container. Let's start writing fast real tests.
Are you confident enough to push your application to production without fear? Will it run correctly with all components? Keep the fail whale at bay? Confidence comes from writing real tests.
In this workshop we are going to see how some tools like Arquillian, Byteman, NoSQLUnit or Moco and other programs, may help us writing real tests in situations where you typically would use mocks.
Come to this workshop and learn how to write faster and more effectively tests.
== Tutorial requirements and instructions for attendees
Knowledge of Java EE is essential.
Some knowledge of git, maven and eclipse is useful, though a novice should be able to pick up the necessary training ``on the job''.* Laptop
* Eclipse
* EGit (Eclipse plugin)
* M2E (Maven Eclipse plugin)
* Maven Profiles Manager (Eclipse plugin) http://marketplace.eclipse.org/content/maven-profiles-management#.U041U_mSwZ4
* Get master branch of repo https://github.com/lordofthejars/bjugbank