Skip to content

Releases: wouter-bauweraerts/UnitSocializer

V1.1.0

28 Nov 11:10
8b367d8

Choose a tag to compare

What's Changed

  • Add support for JUnit @Nested annotation 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

30 Sep 17:43

Choose a tag to compare

Initial PRD ready release.

  • Basic functionality ready
  • No Spring support
  • No Quarkus support

Release v0.0.4

27 Jan 13:29
b8004bd

Choose a tag to compare

Release v0.0.4 Pre-release
Pre-release

Changelog

7f7473a Rework classpath scanning with scanning optimization
a8a42ea #39: move classpath scanning to separate class ClasspathScanner

Release v0.0.3

22 Jan 08:01

Choose a tag to compare

Release v0.0.3 Pre-release
Pre-release

Changelog

Release v0.0.2

21 Jan 07:49

Choose a tag to compare

Release v0.0.2 Pre-release
Pre-release

Changelog

060b406 include resources folder in jar

Release v0.0.1

20 Jan 16:59

Choose a tag to compare

Release v0.0.1 Pre-release
Pre-release

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.