не последняя версия
Последняя версия 3.3

net.sf.twip:twip 2.0

"Tests with Properties" allows you to simply add parameters to your JUnit test methods. TwiP calls such methods with all possible combinations of their parameters... or at least some reasonable subset of commonly failing values in the case of Integers, etc. You can further reduce these values with an assume expression in an annotation, e.g. ">= 0". Alternatively you can specify a static method or field to provide the values for your test method(s), if you want to test with other than the default values. By using TwiP you change the semantics of your tests from existence to for-all quantifiers, i.e. you specify "all ravens are black" instead of "Abraxas is black", "Toni is black", etc. This moves your tests closer to an executable specification, so TwiP is a very nice addition to BDD.

Категории

Категории

Сеть
Группа

Группа

net.sf.twip
Идентификатор

Идентификатор

twip
Версия

Версия

2.0
Тип

Тип

jar

Скачать twip 2.0

Имя Файла Размер
twip-2.0.pom
twip-2.0.jar 38 KB
twip-2.0-sources.jar 19 KB
twip-2.0-javadoc.jar 175 KB
Обзор

<!-- https://jarcasting.com/artifacts/net.sf.twip/twip/ -->
<dependency>
    <groupId>net.sf.twip</groupId>
    <artifactId>twip</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.twip/twip/
implementation 'net.sf.twip:twip:2.0'
// https://jarcasting.com/artifacts/net.sf.twip/twip/
implementation ("net.sf.twip:twip:2.0")
'net.sf.twip:twip:jar:2.0'
<dependency org="net.sf.twip" name="twip" rev="2.0">
  <artifact name="twip" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.twip', module='twip', version='2.0')
)
libraryDependencies += "net.sf.twip" % "twip" % "2.0"
[net.sf.twip/twip "2.0"]