Welcome to the Acto Black Dragon test for Java, this test is designed to test for a basic level of proficiency and familiarity with the Java programming language.
Happy coding,
acto
- Fork this repository, and clone your fork.
- Write an implementation for each of the 4 interfaces. DataFetcher, ModelFactory, ModelTransformer and AuthorDataFactory.
- Plug this implementation into the 4 provided test classes.
- When all tests pass, a message will automatically be sent to us.
- Commit and push your changes - We will contact you through LinkedIn.
- Do not modify the
gradle.build
file. The dependencies you are allowed to use have been chosen for you. - Do not modify any of the provided classes, including the test classes, other than providing your own implementation class(es) for the subject.
- Asking questions about the test will immediately disqualify you.
- WeightedInventory is calculated as the sum of all inventory multiplied by it's weight.
- You will receive the cost in cents. The test expects dollars.