Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
5132dd22
Commit
5132dd22
authored
May 18, 2021
by
Yauheni Lesnikau
Browse files
revert imports for TransactionLogFilterTest;
parent
8e03d2fd
Pipeline
#40589
passed with stages
in 6 minutes and 19 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/opengroup/osdu/azure/filters/TransactionLogFilterTest.java
View file @
5132dd22
...
...
@@ -37,7 +37,12 @@ import static org.apache.commons.lang3.reflect.FieldUtils.getDeclaredField;
import
static
org
.
apache
.
commons
.
lang3
.
reflect
.
FieldUtils
.
writeField
;
import
static
org
.
junit
.
jupiter
.
api
.
Assertions
.
assertEquals
;
import
static
org
.
mockito
.
ArgumentMatchers
.
eq
;
import
static
org
.
mockito
.
Mockito
.*;
import
static
org
.
mockito
.
Mockito
.
doNothing
;
import
static
org
.
mockito
.
Mockito
.
times
;
import
static
org
.
mockito
.
Mockito
.
verify
;
import
static
org
.
mockito
.
Mockito
.
when
;
import
static
org
.
mockito
.
Mockito
.
never
;
import
static
org
.
mockito
.
Mockito
.
only
;
/**
* Tests for {@link TransactionLogFilter}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment