Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Nov 9, 2024
1 parent 716121d commit d7590a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/viewtify/ui/helper/PlaceholderHelperTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import viewtify.JavaFXTester;
import viewtify.ui.Providers;

@Disabled
public class PlaceholderHelperTest extends JavaFXTester {

@ParameterizedTest
Expand All @@ -40,6 +39,7 @@ void variable(PlaceholderHelper<?> ui) {
assert ui.placeholderProperty().getValue().equals("UPDATE");
}

@Disabled
@ParameterizedTest
@ArgumentsSource(Providers.PlaceholderHelpers.class)
void textVariableDiscadedByOtherVariable(PlaceholderHelper ui) {
Expand All @@ -61,6 +61,7 @@ void textVariableDiscadedByOtherVariable(PlaceholderHelper ui) {
assert ui.placeholderProperty().getValue().equals("NEW");
}

@Disabled
@ParameterizedTest
@ArgumentsSource(Providers.PlaceholderHelpers.class)
void textVariableDiscadedByText(PlaceholderHelper ui) {
Expand Down

0 comments on commit d7590a4

Please sign in to comment.