Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hubert FONGARNAND
jhipster-bpm-camunda
Commits
3548923e
Commit
3548923e
authored
Dec 21, 2017
by
Hubert FONGARNAND
Browse files
Reformat code
parent
63235a16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/fr/ippon/jhipster/bpm/process/TestProcessTest.java
View file @
3548923e
...
...
@@ -12,12 +12,9 @@ import org.junit.ClassRule;
import
org.junit.Rule
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
org.mockito.Mock
;
import
org.mockito.MockitoAnnotations
;
import
static
org
.
camunda
.
bpm
.
engine
.
test
.
assertions
.
ProcessEngineAssertions
.
assertThat
;
import
static
org
.
camunda
.
bpm
.
engine
.
test
.
assertions
.
bpmn
.
BpmnAwareTests
.*;
import
static
org
.
camunda
.
bpm
.
extension
.
mockito
.
CamundaMockito
.
autoMock
;
import
static
org
.
camunda
.
bpm
.
extension
.
mockito
.
Expressions
.
registerMockInstance
;
import
static
org
.
mockito
.
Matchers
.
any
;
import
static
org
.
mockito
.
Mockito
.
verify
;
...
...
@@ -42,8 +39,7 @@ public class TestProcessTest {
}
@Test
public
void
startTestProcess
()
{
public
void
startTestProcess
()
{
final
ProcessInstance
processInstance
=
runtimeService
().
startProcessInstanceByKey
(
TEST_PROCESS_KEY
);
assertThat
(
processInstance
).
isWaitingAt
(
"StartEvent_1"
);
execute
(
job
());
...
...
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