File tree Expand file tree Collapse file tree 6 files changed +0
-79
lines changed
stream-chat-android-compose
stream-chat-android-offline
stream-chat-android-state
stream-chat-android-ui-common
stream-chat-android-ui-components
stream-chat-android-ui-utils Expand file tree Collapse file tree 6 files changed +0
-79
lines changed Original file line number Diff line number Diff line change 1
1
import io.getstream.chat.android.Configuration
2
- import org.gradle.api.tasks.testing.logging.TestLogEvent
3
2
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
3
5
4
plugins {
@@ -36,18 +35,6 @@ android {
36
35
unitTests {
37
36
isIncludeAndroidResources = true
38
37
unitTests.isReturnDefaultValues = true
39
- // // Show the result of every unit test, even if it passes.
40
- all {
41
- it.testLogging {
42
- events = setOf (
43
- TestLogEvent .PASSED ,
44
- TestLogEvent .SKIPPED ,
45
- TestLogEvent .FAILED ,
46
- TestLogEvent .STANDARD_OUT ,
47
- TestLogEvent .STANDARD_ERROR ,
48
- )
49
- }
50
- }
51
38
}
52
39
}
53
40
Original file line number Diff line number Diff line change 1
1
import io.getstream.chat.android.Configuration
2
- import org.gradle.api.tasks.testing.logging.TestExceptionFormat
3
- import org.gradle.api.tasks.testing.logging.TestLogEvent
4
2
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
3
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
6
4
@@ -31,19 +29,6 @@ android {
31
29
unitTests {
32
30
isIncludeAndroidResources = true
33
31
unitTests.isReturnDefaultValues = true
34
- all {
35
- it.testLogging {
36
- events = setOf (
37
- TestLogEvent .FAILED ,
38
- TestLogEvent .STANDARD_OUT ,
39
- TestLogEvent .STANDARD_ERROR ,
40
- )
41
- showExceptions = true
42
- showCauses = true
43
- showStackTraces = true
44
- exceptionFormat = TestExceptionFormat .FULL
45
- }
46
- }
47
32
}
48
33
}
49
34
buildTypes {
Original file line number Diff line number Diff line change 1
1
import io.getstream.chat.android.Configuration
2
- import org.gradle.api.tasks.testing.logging.TestLogEvent
3
2
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
3
5
4
plugins {
@@ -30,17 +29,6 @@ android {
30
29
unitTests {
31
30
isIncludeAndroidResources = true
32
31
unitTests.isReturnDefaultValues = true
33
- all {
34
- it.testLogging {
35
- events = setOf (
36
- TestLogEvent .PASSED ,
37
- TestLogEvent .SKIPPED ,
38
- TestLogEvent .FAILED ,
39
- TestLogEvent .STANDARD_OUT ,
40
- TestLogEvent .STANDARD_ERROR ,
41
- )
42
- }
43
- }
44
32
}
45
33
}
46
34
Original file line number Diff line number Diff line change 1
1
import io.getstream.chat.android.Configuration
2
- import org.gradle.api.tasks.testing.logging.TestLogEvent
3
2
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
3
5
4
plugins {
@@ -32,18 +31,6 @@ android {
32
31
unitTests {
33
32
isIncludeAndroidResources = true
34
33
unitTests.isReturnDefaultValues = true
35
- // // Show the result of every unit test, even if it passes.
36
- all {
37
- it.testLogging {
38
- events = setOf (
39
- TestLogEvent .PASSED ,
40
- TestLogEvent .SKIPPED ,
41
- TestLogEvent .FAILED ,
42
- TestLogEvent .STANDARD_OUT ,
43
- TestLogEvent .STANDARD_ERROR ,
44
- )
45
- }
46
- }
47
34
}
48
35
}
49
36
Original file line number Diff line number Diff line change 1
1
import io.getstream.chat.android.Configuration
2
- import org.gradle.api.tasks.testing.logging.TestLogEvent
3
2
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
3
5
4
plugins {
@@ -35,18 +34,6 @@ android {
35
34
unitTests {
36
35
isIncludeAndroidResources = true
37
36
unitTests.isReturnDefaultValues = true
38
- // Show the result of every unit test, even if it passes.
39
- all {
40
- it.testLogging {
41
- events = setOf (
42
- TestLogEvent .PASSED ,
43
- TestLogEvent .SKIPPED ,
44
- TestLogEvent .FAILED ,
45
- TestLogEvent .STANDARD_OUT ,
46
- TestLogEvent .STANDARD_ERROR ,
47
- )
48
- }
49
- }
50
37
}
51
38
}
52
39
Original file line number Diff line number Diff line change 1
1
import io.getstream.chat.android.Configuration
2
- import org.gradle.api.tasks.testing.logging.TestLogEvent
3
2
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
3
5
4
plugins {
@@ -29,18 +28,6 @@ android {
29
28
unitTests {
30
29
isIncludeAndroidResources = true
31
30
unitTests.isReturnDefaultValues = true
32
- // Show the result of every unit test, even if it passes.
33
- all {
34
- it.testLogging {
35
- events = setOf (
36
- TestLogEvent .PASSED ,
37
- TestLogEvent .SKIPPED ,
38
- TestLogEvent .FAILED ,
39
- TestLogEvent .STANDARD_OUT ,
40
- TestLogEvent .STANDARD_ERROR ,
41
- )
42
- }
43
- }
44
31
}
45
32
}
46
33
You can’t perform that action at this time.
0 commit comments