Elmyr v1.1.0 Release Notes

Release Date: 2020-08-24 // over 3 years ago
  •  repositories {
            maven { url "https://jitpack.io" }
        }
        dependencies {
            testCompile("com.github.xgouchet.Elmyr:core:1.1.0")
    
            // Artifacts to integrate Elmyr with your favorite Test Framework
            testCompile("com.github.xgouchet.Elmyr:junit4:1.1.0")
            testCompile("com.github.xgouchet.Elmyr:junit5:1.1.0")
            testCompile("com.github.xgouchet.Elmyr:spek:1.1.0")
    
            // add support for JVM classes forgeries (Date, Locale, โ€ฆ)
            testCompile("com.github.xgouchet.Elmyr:jvm:1.1.0")
        }
    

    ๐Ÿ”„ Changelog

    core

    • ๐Ÿ›  Fix float and double forgeries (they sometimes returned values out of the requested range)

    inject

    • โž• Add default String type (i.e.: ALPHABETICAL) to the @StringForgery annotation

    spek

    • โœ… Implement a spekForge helper method to add reproducibility in Spek tests