Migrate to JUnit5
This commit is contained in:
abstract-document
abstract-factory
adapter
aggregator-microservices
aggregator-service
information-microservice
inventory-microservice
api-gateway
api-gateway-service
image-microservice
price-microservice
async-method-invocation
balking
bridge
builder
business-delegate
caching
callback
chain
checkstyle.xmlcommand
composite
converter
cqrs
dao
data-bus
data-mapper
data-transfer-object
decorator
delegation
dependency-injection
double-checked-locking
double-dispatch
pom.xml
src
eip-aggregator
eip-splitter
eip-wire-tap
event-aggregator
event-asynchronous
event-driven-architecture
event-queue
event-sourcing
execute-around
extension-objects
pom.xml
src
facade
factory-kit
factory-method
feature-toggle
fluentinterface
flux
flyweight
front-controller
guarded-suspension
half-sync-half-async
hexagonal
pom.xml
src
test
java
com
iluwatar
hexagonal
intercepting-filter
interpreter
pom.xml
src
iterator
layers
pom.xml
src
lazy-loading
marker
mediator
memento
message-channel
model-view-controller
model-view-presenter
module
monad
monostate
multiton
mute-idiom
mutex
naked-objects
null-object
object-mother
object-pool
observer
pom.xml
src
page-object
partial-response
poison-pill
pom.xmlprivate-class-data
producer-consumer
promise
property
prototype
proxy
publish-subscribe
queue-load-leveling
reactor
reader-writer-lock
repository
resource-acquisition-is-initialization
retry
semaphore
servant
service-layer
service-locator
singleton
specification
state
step-builder
strategy
template-method
thread-pool
throttling
tls
pom.xml
src
tolerant-reader
twin
unit-of-work
value-object
visitor
@ -22,14 +22,14 @@
|
||||
*/
|
||||
package com.iluwatar.stepbuilder;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.assertNull;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||
import static org.junit.jupiter.api.Assertions.assertNull;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
/**
|
||||
* Date: 12/29/15 - 9:21 PM
|
||||
|
Reference in New Issue
Block a user