Kotlin project using expect assertion from github
up vote
-4
down vote
favorite
It is my first time using kotlin and github.
I need to use the expect assertion framework instead of Junit assertions.
https://github.com/nhaarman/expect.kt.
I download the files and put them in my project, but i get a lot of "unresolved reference"
enter image description here
which i dont know how to solve.
unit-testing github kotlin
New contributor
add a comment |
up vote
-4
down vote
favorite
It is my first time using kotlin and github.
I need to use the expect assertion framework instead of Junit assertions.
https://github.com/nhaarman/expect.kt.
I download the files and put them in my project, but i get a lot of "unresolved reference"
enter image description here
which i dont know how to solve.
unit-testing github kotlin
New contributor
expect isself has dependencies too. Use a build tool for this Task e.g Gradle. The buildtool will automatically fetch your dependencies and compiles them.
– wiomoc
Nov 17 at 14:32
but how do i do that?
– shestak
Nov 17 at 14:43
guides.gradle.org/creating-new-gradle-builds, kotlinlang.org/docs/reference/using-gradle.html
– JB Nizet
Nov 17 at 15:26
I dont know if it helps but I am using itellij, and i have an option to do the project with gradle.
– shestak
2 days ago
add a comment |
up vote
-4
down vote
favorite
up vote
-4
down vote
favorite
It is my first time using kotlin and github.
I need to use the expect assertion framework instead of Junit assertions.
https://github.com/nhaarman/expect.kt.
I download the files and put them in my project, but i get a lot of "unresolved reference"
enter image description here
which i dont know how to solve.
unit-testing github kotlin
New contributor
It is my first time using kotlin and github.
I need to use the expect assertion framework instead of Junit assertions.
https://github.com/nhaarman/expect.kt.
I download the files and put them in my project, but i get a lot of "unresolved reference"
enter image description here
which i dont know how to solve.
unit-testing github kotlin
unit-testing github kotlin
New contributor
New contributor
edited Nov 18 at 4:33
pynexj
9,58841632
9,58841632
New contributor
asked Nov 17 at 14:25
shestak
1
1
New contributor
New contributor
expect isself has dependencies too. Use a build tool for this Task e.g Gradle. The buildtool will automatically fetch your dependencies and compiles them.
– wiomoc
Nov 17 at 14:32
but how do i do that?
– shestak
Nov 17 at 14:43
guides.gradle.org/creating-new-gradle-builds, kotlinlang.org/docs/reference/using-gradle.html
– JB Nizet
Nov 17 at 15:26
I dont know if it helps but I am using itellij, and i have an option to do the project with gradle.
– shestak
2 days ago
add a comment |
expect isself has dependencies too. Use a build tool for this Task e.g Gradle. The buildtool will automatically fetch your dependencies and compiles them.
– wiomoc
Nov 17 at 14:32
but how do i do that?
– shestak
Nov 17 at 14:43
guides.gradle.org/creating-new-gradle-builds, kotlinlang.org/docs/reference/using-gradle.html
– JB Nizet
Nov 17 at 15:26
I dont know if it helps but I am using itellij, and i have an option to do the project with gradle.
– shestak
2 days ago
expect isself has dependencies too. Use a build tool for this Task e.g Gradle. The buildtool will automatically fetch your dependencies and compiles them.
– wiomoc
Nov 17 at 14:32
expect isself has dependencies too. Use a build tool for this Task e.g Gradle. The buildtool will automatically fetch your dependencies and compiles them.
– wiomoc
Nov 17 at 14:32
but how do i do that?
– shestak
Nov 17 at 14:43
but how do i do that?
– shestak
Nov 17 at 14:43
guides.gradle.org/creating-new-gradle-builds, kotlinlang.org/docs/reference/using-gradle.html
– JB Nizet
Nov 17 at 15:26
guides.gradle.org/creating-new-gradle-builds, kotlinlang.org/docs/reference/using-gradle.html
– JB Nizet
Nov 17 at 15:26
I dont know if it helps but I am using itellij, and i have an option to do the project with gradle.
– shestak
2 days ago
I dont know if it helps but I am using itellij, and i have an option to do the project with gradle.
– shestak
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
shestak is a new contributor. Be nice, and check out our Code of Conduct.
shestak is a new contributor. Be nice, and check out our Code of Conduct.
shestak is a new contributor. Be nice, and check out our Code of Conduct.
shestak is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53352117%2fkotlin-project-using-expect-assertion-from-github%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
expect isself has dependencies too. Use a build tool for this Task e.g Gradle. The buildtool will automatically fetch your dependencies and compiles them.
– wiomoc
Nov 17 at 14:32
but how do i do that?
– shestak
Nov 17 at 14:43
guides.gradle.org/creating-new-gradle-builds, kotlinlang.org/docs/reference/using-gradle.html
– JB Nizet
Nov 17 at 15:26
I dont know if it helps but I am using itellij, and i have an option to do the project with gradle.
– shestak
2 days ago