Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jhipster-bpm-camunda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hubert FONGARNAND
jhipster-bpm-camunda
Commits
3548923e
Commit
3548923e
authored
7 years ago
by
Hubert FONGARNAND
Browse files
Options
Downloads
Patches
Plain Diff
Reformat code
parent
63235a16
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/fr/ippon/jhipster/bpm/process/TestProcessTest.java
+1
-5
1 addition, 5 deletions
...t/java/fr/ippon/jhipster/bpm/process/TestProcessTest.java
with
1 addition
and
5 deletions
src/test/java/fr/ippon/jhipster/bpm/process/TestProcessTest.java
+
1
−
5
View file @
3548923e
...
@@ -12,12 +12,9 @@ import org.junit.ClassRule;
...
@@ -12,12 +12,9 @@ import org.junit.ClassRule;
import
org.junit.Rule
;
import
org.junit.Rule
;
import
org.junit.Test
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
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
.
ProcessEngineAssertions
.
assertThat
;
import
static
org
.
camunda
.
bpm
.
engine
.
test
.
assertions
.
bpmn
.
BpmnAwareTests
.*;
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
.
camunda
.
bpm
.
extension
.
mockito
.
Expressions
.
registerMockInstance
;
import
static
org
.
mockito
.
Matchers
.
any
;
import
static
org
.
mockito
.
Matchers
.
any
;
import
static
org
.
mockito
.
Mockito
.
verify
;
import
static
org
.
mockito
.
Mockito
.
verify
;
...
@@ -42,8 +39,7 @@ public class TestProcessTest {
...
@@ -42,8 +39,7 @@ public class TestProcessTest {
}
}
@Test
@Test
public
void
startTestProcess
()
public
void
startTestProcess
()
{
{
final
ProcessInstance
processInstance
=
runtimeService
().
startProcessInstanceByKey
(
TEST_PROCESS_KEY
);
final
ProcessInstance
processInstance
=
runtimeService
().
startProcessInstanceByKey
(
TEST_PROCESS_KEY
);
assertThat
(
processInstance
).
isWaitingAt
(
"StartEvent_1"
);
assertThat
(
processInstance
).
isWaitingAt
(
"StartEvent_1"
);
execute
(
job
());
execute
(
job
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment