forked from phoedos/pmd
Updated test after removing getApexVersion.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
+- UserClass[@ApexVersion = 0.0, @DefiningType = "Foo", @Image = "Foo", @InterfaceNames = null, @Location = "[4:7,25:1]", @Namespace = null, @RealLoc = true, @SuperClassName = "", @TypeKind = TypeKind.CLASS]
|
||||
+- UserClass[@DefiningType = "Foo", @Image = "Foo", @InterfaceNames = null, @Location = "[4:7,25:1]", @Namespace = null, @RealLoc = true, @SuperClassName = "", @TypeKind = TypeKind.CLASS]
|
||||
+- ModifierNode[@Abstract = false, @DefiningType = "Foo", @DeprecatedTestMethod = false, @Final = false, @Global = false, @InheritedSharing = false, @Location = "no location", @Modifiers = 1, @Namespace = null, @Override = false, @Private = false, @Protected = false, @Public = true, @RealLoc = false, @Static = false, @Test = false, @TestOrTestSetup = false, @Transient = false, @Virtual = false, @WebService = false, @WithSharing = false, @WithoutSharing = false]
|
||||
+- FieldDeclarationStatements[@DefiningType = "Foo", @Location = "[5:4,5:41]", @Namespace = null, @RealLoc = true, @TypeArguments = null, @TypeName = "Integer"]
|
||||
| +- ModifierNode[@Abstract = false, @DefiningType = "Foo", @DeprecatedTestMethod = false, @Final = false, @Global = false, @InheritedSharing = false, @Location = "no location", @Modifiers = 0, @Namespace = null, @Override = false, @Private = false, @Protected = false, @Public = false, @RealLoc = false, @Static = false, @Test = false, @TestOrTestSetup = false, @Transient = false, @Virtual = false, @WebService = false, @WithSharing = false, @WithoutSharing = false]
|
||||
|
Reference in New Issue
Block a user