Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. using System;
  2. using System.Diagnostics;
  3. using System.IO;
  4. using System.Threading.Tasks;
  5. using Xunit;
  6. namespace FortumAppTests
  7. {
  8. public class IntegrationTests
  9. {
  10. [Fact]
  11. public async void DotNetRun_ExecuteCommandFromSourceCodeAssembly_WritesExpectedFileWithText()
  12. {
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement