Download JAR files tagged by rspec with all dependencies
specnaz-kotlin from group org.specnaz (version 1.5.3)
Library for writing beautiful, RSpec/Jasmine/Mocha/Jest-style specifications in Java, Kotlin and Groovy
0 downloads
Artifact specnaz-kotlin
Group org.specnaz
Version 1.5.3
Last update 21. November 2021
Organization not specified
URL https://github.com/skinny85/specnaz
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies specnaz,
There are maybe transitive dependencies!
Group org.specnaz
Version 1.5.3
Last update 21. November 2021
Organization not specified
URL https://github.com/skinny85/specnaz
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies specnaz,
There are maybe transitive dependencies!
specnaz-junit-platform from group org.specnaz (version 1.5.3)
Library for writing beautiful, RSpec/Jasmine/Mocha/Jest-style specifications in Java, Kotlin and Groovy
0 downloads
Artifact specnaz-junit-platform
Group org.specnaz
Version 1.5.3
Last update 21. November 2021
Organization not specified
URL https://github.com/skinny85/specnaz
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies specnaz,
There are maybe transitive dependencies!
Group org.specnaz
Version 1.5.3
Last update 21. November 2021
Organization not specified
URL https://github.com/skinny85/specnaz
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies specnaz,
There are maybe transitive dependencies!
specnaz-junit from group org.specnaz (version 1.5.3)
Library for writing beautiful, RSpec/Jasmine/Mocha/Jest-style specifications in Java, Kotlin and Groovy
0 downloads
Artifact specnaz-junit
Group org.specnaz
Version 1.5.3
Last update 21. November 2021
Organization not specified
URL https://github.com/skinny85/specnaz
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies specnaz,
There are maybe transitive dependencies!
Group org.specnaz
Version 1.5.3
Last update 21. November 2021
Organization not specified
URL https://github.com/skinny85/specnaz
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies specnaz,
There are maybe transitive dependencies!
specnaz from group org.specnaz (version 1.5.3)
Library for writing beautiful, RSpec/Jasmine/Mocha/Jest-style specifications in Java, Kotlin and Groovy
Artifact specnaz
Group org.specnaz
Version 1.5.3
Last update 21. November 2021
Organization not specified
URL https://github.com/skinny85/specnaz
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.specnaz
Version 1.5.3
Last update 21. November 2021
Organization not specified
URL https://github.com/skinny85/specnaz
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
basepom-scala-rspec from group com.github.lstephen (version 1.17)
A base POM for Scala/Java projects using RSpec for testing from https://github.com/lstephen
Group: com.github.lstephen Artifact: basepom-scala-rspec
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact basepom-scala-rspec
Group com.github.lstephen
Version 1.17
Last update 28. July 2015
Organization not specified
URL ${github.site}
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.lstephen
Version 1.17
Last update 28. July 2015
Organization not specified
URL ${github.site}
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
spock-junit4 from group org.spockframework (version 2.4-M4-groovy-4.0)
Spock is a testing and specification framework for Java and Groovy applications.
What makes it stand out from the crowd is its beautiful and highly expressive specification language.
Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers.
Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.
0 downloads
Artifact spock-junit4
Group org.spockframework
Version 2.4-M4-groovy-4.0
Last update 21. March 2024
Organization not specified
URL https://spockframework.org
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies spock-core, junit,
There are maybe transitive dependencies!
Group org.spockframework
Version 2.4-M4-groovy-4.0
Last update 21. March 2024
Organization not specified
URL https://spockframework.org
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies spock-core, junit,
There are maybe transitive dependencies!
spock-core from group org.spockframework (version 2.4-M4-groovy-4.0)
Spock is a testing and specification framework for Java and Groovy applications.
What makes it stand out from the crowd is its beautiful and highly expressive specification language.
Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers.
Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.
88 downloads
Artifact spock-core
Group org.spockframework
Version 2.4-M4-groovy-4.0
Last update 21. March 2024
Organization not specified
URL https://spockframework.org
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies groovy, junit-platform-engine, hamcrest,
There are maybe transitive dependencies!
Group org.spockframework
Version 2.4-M4-groovy-4.0
Last update 21. March 2024
Organization not specified
URL https://spockframework.org
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies groovy, junit-platform-engine, hamcrest,
There are maybe transitive dependencies!
minitest from group rubygems (version 5.4.1)
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
"I had a class with Jim Weirich on testing last week and we were
allowed to choose our testing frameworks. Kirk Haines and I were
paired up and we cracked open the code for a few test
frameworks...
I MUST say that minitest is *very* readable / understandable
compared to the 'other two' options we looked at. Nicely done and
thank you for helping us keep our mental sanity."
-- Wayne E. Seguin
minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!
minitest/mock by Steven Baker, is a beautifully tiny mock (and stub)
object framework.
minitest/pride shows pride in testing and adds coloring to your test
output. I guess it is an example of how to write IO pipes too. :P
minitest/unit is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
"Again, I can't praise enough the idea of a testing/specing
framework that I can actually read in full in one sitting!"
-- Piotr Szotkowski
Comparing to rspec:
rspec is a testing DSL. minitest is ruby.
-- Adam Hawkins, "Bow Before MiniTest"
minitest doesn't reinvent anything that ruby already provides, like:
classes, modules, inheritance, methods. This means you only have to
learn ruby to use minitest and all of your regular OO practices like
extract-method refactorings still apply.
Group: rubygems Artifact: minitest
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact minitest
Group rubygems
Version 5.4.1
Last update 28. March 2015
Organization not specified
URL https://github.com/seattlerb/minitest
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group rubygems
Version 5.4.1
Last update 28. March 2015
Organization not specified
URL https://github.com/seattlerb/minitest
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 2 from 2 (items total 18)