Releases: wouter-bauweraerts/UnitSocializer
V1.1.0
What's Changed
- Add support for JUnit
@Nestedannotation allowing to group tests in inner classes - Bump dependency version for compatibility with release 25 of the JDK
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial PRD ready release.
- Basic functionality ready
- No Spring support
- No Quarkus support
Release v0.0.4
Release v0.0.3
Release v0.0.2
Changelog
060b406 include resources folder in jar
Release v0.0.1
Changelog
65a18ea #20: implementation of predefined providers with additional tests
b1ec726 #20: additional test for specialization of concrete type
546e1ad #20: add new annotation, extend @Testsubject annotation with additional - optional - field. Add failing test for abstract class
1bb0db2 #17: add spy to the context map, return the spy instead of the object.
6a608dc Add some additional context to the readme
6a2cb5c #8 create instance with built in java types using instancio for simplicity
3eadc32 #14: rewrite ClassCriteria to try-with-resources
77fab2a Find concrete subtype for abstract type. Fail if count <> 1. Refactor some code for readability and testability
f830d76 Optimize initialisation
ebed260 try to fix for runner with absolute path
6458a5f Refactor SociableTestContext
4953935 Create separate module for junit-mockito usage.
3f577ab Move everything to core module.
36d0f40 Refactor SociableTestExtensionTest to try to resolve cyclic dependency
20c3bd9 Refactor ReflectionUtil
cddb7cb Extract reflection usage to single class
6026116 Extract beforeEach logic to separate class. Add some tests on SociableTestExtension
61fb213 add exception handling + change log level
140362f Cleanup obsolete annotations in MockingConfig
b92b772 Additional tests: StringToClassDeserializer fully tested
1829f34 Add possibility to use predefined values for dependencies
e155c92 Inject test instance + note about predefining custom instances to be reused
764c05d create mock based on package
1db3661 Mocking based on class annotations
5c55371 Read config from yaml
ef473bc Add possibility to instantiate more.
bff79a2 add TestSubject annotation.