CamoOccasional Contributor5 years agoSolvedHow to write hook with annotation and order I need to use hook with tag and order. If I try to write @After("@last", order=1) idea shows an error: Annotation attribute must be of the form 'name=value'. Can somebody tell me please what is th...Show MoreCamo5 years agothe solution is@After(value="@last", order=1)
Recent DiscussionsEdge browser does not recognize Test Extension sometimesRunning the Execution Plan enabled items via script within TestCompleteObject mapping fails after the TestComplete upgrade due to a Chrome compatibility issue.
Related ContentError response with example content using annotationsSupport for XmlSchema JAXB annotationQuestion about Swagger 2.X Annotations