Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
briar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julian Dehm
briar
Commits
ff7f0bdc
Unverified
Commit
ff7f0bdc
authored
Mar 28, 2017
by
akwizgran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added run configurations for tests to git.
parent
1918346a
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
148 additions
and
4 deletions
+148
-4
.gitignore
.gitignore
+4
-4
.idea/runConfigurations/All_tests.xml
.idea/runConfigurations/All_tests.xml
+29
-0
.idea/runConfigurations/All_tests_in_bramble_api.xml
.idea/runConfigurations/All_tests_in_bramble_api.xml
+23
-0
.idea/runConfigurations/All_tests_in_bramble_core.xml
.idea/runConfigurations/All_tests_in_bramble_core.xml
+23
-0
.idea/runConfigurations/All_tests_in_bramble_j2se.xml
.idea/runConfigurations/All_tests_in_bramble_j2se.xml
+23
-0
.idea/runConfigurations/All_tests_in_briar_android.xml
.idea/runConfigurations/All_tests_in_briar_android.xml
+23
-0
.idea/runConfigurations/All_tests_in_briar_core.xml
.idea/runConfigurations/All_tests_in_briar_core.xml
+23
-0
No files found.
.gitignore
View file @
ff7f0bdc
...
...
@@ -9,17 +9,17 @@ Thumbs.db
.DS_Store
# Eclipse project files
#.classpath
#.project
.classpath
.project
.settings
# Local configuration file (sdk path, etc)
local.properties
# Android Studio
.idea/*
!.idea/runConfigurations/
!.idea/codeStyleSettings.xml
.gradle
build/
*.iml
.gitignore
src/test/
.idea/runConfigurations/All_tests.xml
0 → 100644
View file @
ff7f0bdc
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"All tests"
type=
"AndroidJUnit"
factoryName=
"Android JUnit"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
/>
<module
name=
""
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"MAIN_CLASS_NAME"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
<option
name=
"TEST_OBJECT"
value=
"package"
/>
<option
name=
"VM_PARAMETERS"
value=
""
/>
<option
name=
"PARAMETERS"
value=
""
/>
<option
name=
"WORKING_DIRECTORY"
value=
""
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<option
name=
"TEST_SEARCH_SCOPE"
>
<value
defaultName=
"wholeProject"
/>
</option>
<envs
/>
<patterns
/>
<method>
<option
name=
"RunConfigurationTask"
enabled=
"true"
run_configuration_name=
"All tests in bramble-api"
run_configuration_type=
"AndroidJUnit"
/>
<option
name=
"RunConfigurationTask"
enabled=
"true"
run_configuration_name=
"All tests in bramble-core"
run_configuration_type=
"AndroidJUnit"
/>
<option
name=
"RunConfigurationTask"
enabled=
"true"
run_configuration_name=
"All tests in bramble-j2se"
run_configuration_type=
"AndroidJUnit"
/>
<option
name=
"RunConfigurationTask"
enabled=
"true"
run_configuration_name=
"All tests in briar-core"
run_configuration_type=
"AndroidJUnit"
/>
<option
name=
"RunConfigurationTask"
enabled=
"true"
run_configuration_name=
"All tests in briar-android"
run_configuration_type=
"AndroidJUnit"
/>
</method>
</configuration>
</component>
\ No newline at end of file
.idea/runConfigurations/All_tests_in_bramble_api.xml
0 → 100644
View file @
ff7f0bdc
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"All tests in bramble-api"
type=
"AndroidJUnit"
factoryName=
"Android JUnit"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
/>
<module
name=
"bramble-api"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"MAIN_CLASS_NAME"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
<option
name=
"TEST_OBJECT"
value=
"package"
/>
<option
name=
"VM_PARAMETERS"
value=
"-ea"
/>
<option
name=
"PARAMETERS"
value=
""
/>
<option
name=
"WORKING_DIRECTORY"
value=
"file://$PROJECT_DIR$/bramble-api"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<option
name=
"TEST_SEARCH_SCOPE"
>
<value
defaultName=
"singleModule"
/>
</option>
<envs
/>
<patterns
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
.idea/runConfigurations/All_tests_in_bramble_core.xml
0 → 100644
View file @
ff7f0bdc
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"All tests in bramble-core"
type=
"AndroidJUnit"
factoryName=
"Android JUnit"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
/>
<module
name=
"bramble-core"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"MAIN_CLASS_NAME"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
<option
name=
"TEST_OBJECT"
value=
"package"
/>
<option
name=
"VM_PARAMETERS"
value=
"-ea"
/>
<option
name=
"PARAMETERS"
value=
""
/>
<option
name=
"WORKING_DIRECTORY"
value=
"file://$PROJECT_DIR$/bramble-core"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<option
name=
"TEST_SEARCH_SCOPE"
>
<value
defaultName=
"singleModule"
/>
</option>
<envs
/>
<patterns
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
.idea/runConfigurations/All_tests_in_bramble_j2se.xml
0 → 100644
View file @
ff7f0bdc
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"All tests in bramble-j2se"
type=
"AndroidJUnit"
factoryName=
"Android JUnit"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
/>
<module
name=
"bramble-j2se"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"MAIN_CLASS_NAME"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
<option
name=
"TEST_OBJECT"
value=
"package"
/>
<option
name=
"VM_PARAMETERS"
value=
"-ea -Djava.library.path=libs"
/>
<option
name=
"PARAMETERS"
value=
""
/>
<option
name=
"WORKING_DIRECTORY"
value=
"file://$PROJECT_DIR$/bramble-j2se"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<option
name=
"TEST_SEARCH_SCOPE"
>
<value
defaultName=
"singleModule"
/>
</option>
<envs
/>
<patterns
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
.idea/runConfigurations/All_tests_in_briar_android.xml
0 → 100644
View file @
ff7f0bdc
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"All tests in briar-android"
type=
"AndroidJUnit"
factoryName=
"Android JUnit"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
/>
<module
name=
"briar-android"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"MAIN_CLASS_NAME"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
<option
name=
"TEST_OBJECT"
value=
"package"
/>
<option
name=
"VM_PARAMETERS"
value=
"-ea"
/>
<option
name=
"PARAMETERS"
value=
""
/>
<option
name=
"WORKING_DIRECTORY"
value=
"file://$PROJECT_DIR$/briar-android"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<option
name=
"TEST_SEARCH_SCOPE"
>
<value
defaultName=
"singleModule"
/>
</option>
<envs
/>
<patterns
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
.idea/runConfigurations/All_tests_in_briar_core.xml
0 → 100644
View file @
ff7f0bdc
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"All tests in briar-core"
type=
"AndroidJUnit"
factoryName=
"Android JUnit"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
/>
<module
name=
"briar-core"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"MAIN_CLASS_NAME"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
<option
name=
"TEST_OBJECT"
value=
"package"
/>
<option
name=
"VM_PARAMETERS"
value=
"-ea"
/>
<option
name=
"PARAMETERS"
value=
""
/>
<option
name=
"WORKING_DIRECTORY"
value=
"file://$PROJECT_DIR$/briar-core"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<option
name=
"TEST_SEARCH_SCOPE"
>
<value
defaultName=
"singleModule"
/>
</option>
<envs
/>
<patterns
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
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