Skip to content

Commit

Permalink
#3687 Remove analyzer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfordlhotka committed Apr 24, 2024
1 parent b612630 commit 9b0ceb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 206 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,27 +138,6 @@ private void Fetch([Inject] A x) { }
await TestHelpers.RunAnalysisAsync<FindOperationsWithNonSerializableArgumentsAnalyzer>(code, []);
}

[TestMethod]
public async Task AnalyzeWithMobileObjectAndMethodIsRootOperationWithSerializableArgumentCustomType()
{
var code =
"""
using Csla;
using System;

[Serializable]
public class A { }

public class B : BusinessBase<B>
{
[Fetch]
private void Fetch(A x) { }
}

""";
await TestHelpers.RunAnalysisAsync<FindOperationsWithNonSerializableArgumentsAnalyzer>(code, []);
}

[TestMethod]
public async Task AnalyzeWithMobileObjectAndMethodIsChildOperationWithNoArguments()
{
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 9b0ceb1

Please sign in to comment.