-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catbird Java API #24
base: master
Are you sure you want to change the base?
Catbird Java API #24
Conversation
catbird-api/src/main/java/com/redmadrobot/catbird/api/PatternMatch.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/PatternMatch.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you don't need to use Java at all =) Why not a Kotlin?
catbird-api/src/main/java/com/redmadrobot/catbird/api/Catbird.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/Catbird.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/Catbird.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/Catbird.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/Catbird.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/Catbird.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/Catbird.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/Catbird.java
Outdated
Show resolved
Hide resolved
catbird-api/src/main/java/com/redmadrobot/catbird/api/CatbirdAction.java
Outdated
Show resolved
Hide resolved
This code is written for use by QA engineers. They write UI tests using Apium, Maven and Java |
Ok, but Kotlin has complete binary compatibility with Java and good interop with it. I recommend considering Kotlin as alternative. By the way, you can don't use Java because of this nice interop. I've a few more comments to this code, but I decided to start ask you to replace Java to Kotlin :D |
4aa81cc
to
b6455e5
Compare
Java API for QA engineers. They write UI tests using Apium, Maven and Java