-
```
What steps will reproduce the problem? (see ExampleCode.cs)
1. Define a test fixture InnerFixture with some test. Declare it inside a
namespace.
2. Define a test fixture OuterFixture, which has …
-
```
Some tests are skipped by default such as Explicit, Ignored and Pending
tests. Icarus should not automatically add checkmarks for these tests. In
addition, it should visually de-emphasize these …
-
```
Some tests are skipped by default such as Explicit, Ignored and Pending
tests. Icarus should not automatically add checkmarks for these tests. In
addition, it should visually de-emphasize these …
-
```
What steps will reproduce the problem? (see ExampleCode.cs)
1. Define a test fixture InnerFixture with some test. Declare it inside a
namespace.
2. Define a test fixture OuterFixture, which has …
-
```
What steps will reproduce the problem?
1.Create an enum as follows:
public enum Platform
{
Prometeo,
P10
}
2.Create a row test as follows:
[Test]
[Row(Platform.P10)]
[Ro…
-
```
What steps will reproduce the problem?
1.Create an enum as follows:
public enum Platform
{
Prometeo,
P10
}
2.Create a row test as follows:
[Test]
[Row(Platform.P10)]
[Ro…
-
```
What steps will reproduce the problem?
1.Create an enum as follows:
public enum Platform
{
Prometeo,
P10
}
2.Create a row test as follows:
[Test]
[Row(Platform.P10)]
[Ro…
-
When I first run:
bazel-bin/tensorflow/tools/quantization/quantize_graph --input=/Users/icarus/Documents/icarusCode/Python/neural-style-transfer/fast-style-transfer-coreml-master/fast_style_transfe…
-
```
The Icarus GUI should disable the Start and Debug buttons and menu items when
there are no tests checked in the test explorer treeview.
```
Original issue reported on code.google.com by `Jonatha…
-
```
Not implemented ExploreSolution in Resharper so I cannot run my not
assembly based tests with Resharper.
My adapter for Gallio works in Icarus but not in Resharper!
```
Original issue reported on…