File tree Expand file tree Collapse file tree 8 files changed +40
-9
lines changed
kotlin-jira-client-test-applink/src/test/kotlin/it
kotlin-jira-client-test-ktor/src/test/kotlin
kotlin-jira-client-test-sdk/src/test/kotlin/it Expand file tree Collapse file tree 8 files changed +40
-9
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import org.junit.Before
3535import org.junit.runner.RunWith
3636
3737@RunWith(AtlassianPluginsTestRunner ::class )
38- class ApplinkClientTest constructor(
38+ class JiraApplinkClientTest constructor(
3939 private var userAccessor : UserAccessor ,
4040 applicationLinkService : ApplicationLinkService
4141) : AbstractBaseTest<HttpJiraField>() {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import com.linkedplanet.kotlinjiraclient.http.*
2525import com.linkedplanet.kotlinjiraclient.http.field.HttpJiraField
2626import com.linkedplanet.kotlinjiraclient.http.field.HttpJiraFieldFactory
2727
28- class KtorClientTest : AbstractBaseTest <HttpJiraField >() {
28+ class JiraKtorClientTest : AbstractBaseTest <HttpJiraField >() {
2929
3030 override val issueOperator: JiraIssueOperator <HttpJiraField > get() = HttpJiraIssueOperator (clientContext)
3131 override val fieldFactory: JiraFieldFactory <HttpJiraField > get() = HttpJiraFieldFactory
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import org.junit.Before
3131import org.junit.runner.RunWith
3232
3333@RunWith(AtlassianPluginsTestRunner ::class )
34- class SdkClientTest : AbstractBaseTest <SdkJiraField >() {
34+ class JiraSdkClientTest : AbstractBaseTest <SdkJiraField >() {
3535
3636 private val jiraAuthenticationContext by lazy { ComponentAccessor .getJiraAuthenticationContext() }
3737 private val userManager by lazy { ComponentAccessor .getUserManager() }
Original file line number Diff line number Diff line change 11<component name =" ProjectRunConfigurationManager" >
2- <configuration default =" false" name =" ApplinkClientTest " type =" JUnit" factoryName =" JUnit" nameIsGenerated =" true" >
2+ <configuration default =" false" name =" JiraApplinkClientTest " type =" JUnit" factoryName =" JUnit" nameIsGenerated =" true" >
33 <module name =" kotlin-jira-client-test-applink" />
44 <extension name =" coverage" >
55 <pattern >
88 </pattern >
99 </extension >
1010 <option name =" PACKAGE_NAME" value =" it" />
11- <option name =" MAIN_CLASS_NAME" value =" it.ApplinkClientTest " />
11+ <option name =" MAIN_CLASS_NAME" value =" it.JiraApplinkClientTest " />
1212 <option name =" METHOD_NAME" value =" " />
1313 <option name =" TEST_OBJECT" value =" class" />
1414 <option name =" VM_PARAMETERS" value =" -ea -Dbaseurl=http://localhost:1990" />
Original file line number Diff line number Diff line change 1+ <component name =" ProjectRunConfigurationManager" >
2+ <configuration default =" false" name =" InsightApplinkClientTest" type =" JUnit" factoryName =" JUnit" >
3+ <module name =" kotlin-insight-client-test-applink" />
4+ <extension name =" coverage" >
5+ <pattern >
6+ <option name =" PATTERN" value =" it.*" />
7+ <option name =" ENABLED" value =" true" />
8+ </pattern >
9+ </extension >
10+ <option name =" PACKAGE_NAME" value =" it" />
11+ <option name =" MAIN_CLASS_NAME" value =" it.InsightApplinkClientTest" />
12+ <option name =" METHOD_NAME" value =" " />
13+ <option name =" TEST_OBJECT" value =" class" />
14+ <option name =" VM_PARAMETERS" value =" -ea -Dbaseurl=http://localhost:1990" />
15+ <method v =" 2" >
16+ <option name =" Make" enabled =" true" />
17+ </method >
18+ </configuration >
19+ </component >
Original file line number Diff line number Diff line change 1+ <component name =" ProjectRunConfigurationManager" >
2+ <configuration default =" false" name =" InsightKtorClientTest" type =" JUnit" factoryName =" JUnit" nameIsGenerated =" true" >
3+ <module name =" kotlin-insight-client-test-ktor" />
4+ <option name =" PACKAGE_NAME" value =" " />
5+ <option name =" MAIN_CLASS_NAME" value =" InsightKtorClientTest" />
6+ <option name =" METHOD_NAME" value =" " />
7+ <option name =" TEST_OBJECT" value =" class" />
8+ <method v =" 2" >
9+ <option name =" Make" enabled =" true" />
10+ </method >
11+ </configuration >
12+ </component >
Original file line number Diff line number Diff line change 11<component name =" ProjectRunConfigurationManager" >
2- <configuration default =" false" name =" KtorClientTest " type =" JUnit" factoryName =" JUnit" nameIsGenerated =" true" >
2+ <configuration default =" false" name =" JiraKtorClientTest " type =" JUnit" factoryName =" JUnit" nameIsGenerated =" true" >
33 <module name =" kotlin-jira-client-test-ktor" />
44 <option name =" PACKAGE_NAME" value =" " />
5- <option name =" MAIN_CLASS_NAME" value =" KtorClientTest " />
5+ <option name =" MAIN_CLASS_NAME" value =" JiraKtorClientTest " />
66 <option name =" METHOD_NAME" value =" " />
77 <option name =" TEST_OBJECT" value =" class" />
88 <method v =" 2" >
Original file line number Diff line number Diff line change 11<component name =" ProjectRunConfigurationManager" >
2- <configuration default =" false" name =" SdkClientTest " type =" JUnit" factoryName =" JUnit" nameIsGenerated =" true" >
2+ <configuration default =" false" name =" JiraSdkClientTest " type =" JUnit" factoryName =" JUnit" nameIsGenerated =" true" >
33 <module name =" kotlin-jira-client-test-sdk" />
44 <extension name =" coverage" >
55 <pattern >
88 </pattern >
99 </extension >
1010 <option name =" PACKAGE_NAME" value =" it" />
11- <option name =" MAIN_CLASS_NAME" value =" it.SdkClientTest " />
11+ <option name =" MAIN_CLASS_NAME" value =" it.JiraSdkClientTest " />
1212 <option name =" METHOD_NAME" value =" " />
1313 <option name =" TEST_OBJECT" value =" class" />
1414 <option name =" VM_PARAMETERS" value =" -ea -Dbaseurl=http://localhost:2990" />
You can’t perform that action at this time.
0 commit comments