-
```
What steps will reproduce the problem?
1. Create a layout that uses the AppBarLayout, CollapsingToolbarLayout, and
Toolbar from the Design Support Library
2. In the activity set the title for the…
-
```
What steps will reproduce the problem?
1. create the following class
@RunWith(PowerMockRunner.class)
public class MyJunitTest {
private static boolean condition = false;
@Test
public v…
-
```
What steps will reproduce the problem?
1. create the following class
@RunWith(PowerMockRunner.class)
public class MyJunitTest {
private static boolean condition = false;
@Test
public v…
-
```
What steps will reproduce the problem?
1. create the following class
@RunWith(PowerMockRunner.class)
public class MyJunitTest {
private static boolean condition = false;
@Test
public v…
-
When running the following transform in Dataflow (the problem does not happen with the direct running)... I is a streaming pipeline where I am using a SlidingWindow.
```
beam.combiners.Top.Of(n=10,…
-
With a view to testing what we aim/claim to support, we should review our testing strategy. Some points to consider are:
- How to cover different Linux Distributions and long-term support versions?
…
-
### Expected Behavior
No exception being thrown
### Current Behavior
MockKException is being thrown
#### Steps to Reproduce
1. Add a `@JvmField` annotated property to a class you want t…
-
### Check for existing issues
- [X] Completed
### Is your feature request related to a problem?
Other editors and IDEs (e.g. IntelliJ, Code, Visual Studio, Nova, Xcode, etc.) have the ability to pu…
-
While mvn test works perfectly, running all test in src/test/java within eclipse fails, due to incomplete cleanup of schema.
I get following exception trace in LatencyAwareHClientPoolTest:
java.lang.…
jhhdk updated
11 years ago
-
With #109 came a bunch of new unittests. One of them, `climada_petals.hazard.tc_surge_geoclaw.test.test_tc_surge_geoclaw.TestHazardInit.test_init`, takes 46 seconds on Jenkins (and, depending on the …