-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed actor halting when calling raise event (#483)
- Loading branch information
Showing
19 changed files
with
683 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
docs/ref/Microsoft.Coyote.Rewriting/SkipRewritingAttribute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# SkipRewritingAttribute class | ||
|
||
Attribute for declaring source code targets that must not be rewritten. | ||
|
||
```csharp | ||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] | ||
public sealed class SkipRewritingAttribute : Attribute | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| [SkipRewritingAttribute](SkipRewritingAttribute/SkipRewritingAttribute.md)(…) | Initializes a new instance of the [`SkipRewritingAttribute`](./SkipRewritingAttribute.md) class. | | ||
| readonly [Reason](SkipRewritingAttribute/Reason.md) | The reason for skipping rewriting. | | ||
|
||
## See Also | ||
|
||
* namespace [Microsoft.Coyote.Rewriting](../Microsoft.Coyote.RewritingNamespace.md) | ||
* assembly [Microsoft.Coyote.Test](../Microsoft.Coyote.Test.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Microsoft.Coyote.Test.dll --> |
15 changes: 15 additions & 0 deletions
15
docs/ref/Microsoft.Coyote.Rewriting/SkipRewritingAttribute/Reason.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SkipRewritingAttribute.Reason field | ||
|
||
The reason for skipping rewriting. | ||
|
||
```csharp | ||
public readonly string Reason; | ||
``` | ||
|
||
## See Also | ||
|
||
* class [SkipRewritingAttribute](../SkipRewritingAttribute.md) | ||
* namespace [Microsoft.Coyote.Rewriting](../SkipRewritingAttribute.md) | ||
* assembly [Microsoft.Coyote.Test](../../Microsoft.Coyote.Test.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Microsoft.Coyote.Test.dll --> |
15 changes: 15 additions & 0 deletions
15
...ref/Microsoft.Coyote.Rewriting/SkipRewritingAttribute/SkipRewritingAttribute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SkipRewritingAttribute constructor | ||
|
||
Initializes a new instance of the [`SkipRewritingAttribute`](../SkipRewritingAttribute.md) class. | ||
|
||
```csharp | ||
public SkipRewritingAttribute(string reason) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [SkipRewritingAttribute](../SkipRewritingAttribute.md) | ||
* namespace [Microsoft.Coyote.Rewriting](../SkipRewritingAttribute.md) | ||
* assembly [Microsoft.Coyote.Test](../../Microsoft.Coyote.Test.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Microsoft.Coyote.Test.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
docs/ref/Microsoft.Coyote.SystematicTesting.Frameworks.XUnit/TestOutputLogger.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# TestOutputLogger class | ||
|
||
Logger that writes to the xUnit test output. | ||
|
||
```csharp | ||
public sealed class TestOutputLogger : ILogger | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| [TestOutputLogger](TestOutputLogger/TestOutputLogger.md)(…) | Initializes a new instance of the [`TestOutputLogger`](./TestOutputLogger.md) class. | | ||
| [Dispose](TestOutputLogger/Dispose.md)() | Releases any resources held by the logger. | | ||
| [Write](TestOutputLogger/Write.md)(…) | Writes an informational string to the log. (10 methods) | | ||
| [WriteLine](TestOutputLogger/WriteLine.md)(…) | Writes an informational string to the log. (10 methods) | | ||
|
||
## See Also | ||
|
||
* namespace [Microsoft.Coyote.SystematicTesting.Frameworks.XUnit](../Microsoft.Coyote.SystematicTesting.Frameworks.XUnitNamespace.md) | ||
* assembly [Microsoft.Coyote.Test](../Microsoft.Coyote.Test.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Microsoft.Coyote.Test.dll --> |
15 changes: 15 additions & 0 deletions
15
...Microsoft.Coyote.SystematicTesting.Frameworks.XUnit/TestOutputLogger/Dispose.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# TestOutputLogger.Dispose method | ||
|
||
Releases any resources held by the logger. | ||
|
||
```csharp | ||
public void Dispose() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [TestOutputLogger](../TestOutputLogger.md) | ||
* namespace [Microsoft.Coyote.SystematicTesting.Frameworks.XUnit](../TestOutputLogger.md) | ||
* assembly [Microsoft.Coyote.Test](../../Microsoft.Coyote.Test.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Microsoft.Coyote.Test.dll --> |
19 changes: 19 additions & 0 deletions
19
....Coyote.SystematicTesting.Frameworks.XUnit/TestOutputLogger/TestOutputLogger.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# TestOutputLogger constructor | ||
|
||
Initializes a new instance of the [`TestOutputLogger`](../TestOutputLogger.md) class. | ||
|
||
```csharp | ||
public TestOutputLogger(ITestOutputHelper output) | ||
``` | ||
|
||
| parameter | description | | ||
| --- | --- | | ||
| output | The test output helper. | | ||
|
||
## See Also | ||
|
||
* class [TestOutputLogger](../TestOutputLogger.md) | ||
* namespace [Microsoft.Coyote.SystematicTesting.Frameworks.XUnit](../TestOutputLogger.md) | ||
* assembly [Microsoft.Coyote.Test](../../Microsoft.Coyote.Test.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Microsoft.Coyote.Test.dll --> |
Oops, something went wrong.