maven compiles all tests independetly of which tests are run
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package oving5.card;
|
||||
|
||||
public class Card {
|
||||
Card(char suit, int card) {
|
||||
}
|
||||
|
||||
char getSuit() {
|
||||
return 'A';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user