Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] TestXXX class and their corresponding class if any
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Tue, 26 Nov 2019 09:56:10 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=y7f1UJvMWdkcV9P4tps/4V+vaaTBtFg5fOOs366233s=; b=fzp7EIHtM1dhpNhC1KI6GJxlenPvLKtl2t1w1uEfBNCwgZLJfI0ii+TPYeFmOVasjIgv2T4RdtJEZckXtSugdswctOQXFnunUEkYgoy4Itd+6nQj6Aj/bGNqtgz8canaVHDBzc0E7eX5A11SW7PMAzHDkfpnctt3jxfn66bBV+FGQ/5aigMy2/NLgvi0v2jEY69Ryt5+dZkASpgibHU7AgpgpTbqYZTC0sWYnCuTYt88lJPkRrn0Ep7KVnfZQYv32ddO3qFMiOJsi98AjRY3qQRSxSRgYxJS0n6asfa360TbBKnhfthEAEwrUMSaIGwMMMWHwpw59zM6UYFCH4n0Ug==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ar61Hw4UyV3VQTvgvlrsjYfQqoNhaiInB+Q427TtVwm8NOE54aQZ5vnCxZeKQBx3PRLej0/ocY+AU+F07iazGh8oq9kGe1FE7hPqQ4iUaPPygdpiYbqS0bxULeuUjCP8jMYPS9v774V9QB6e3HNerY8h956Rx//w+tcwjlg4zxyjruboWNCXJthKGfrcia0WHOUkr9HLJ7K1NUCH/D589mFMa8am1l5VAabAmjG6otNgNJ8flHsdn3/SQONlnYw11quZQRh3hc0QxWLH6civh4ueNjucf79vjOYuWxcc8ZtKahWsuAXQOs2iXAF16H4cGeIw58IDYhzxn6hbx+olkg==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVpD5lSp/m8dacAkKi8CmPuwYZ3w==
  • Thread-topic: TestXXX class and their corresponding class if any

Hi,

 

I am learning CDT testing classes to see how to use CDT. Most time inside a test class, it will use other test classes like CTestPlugin,  TestCfgDataProvider. Do there have corresponding classes like CPlugin, CfgDataProvider?

 

Which jar(s) for example implements CTestPlugin,  TestCfgDataProvider? Which jar implements waitForIndexer(org.eclipse.cdt.core.model.ICProject)?

 

Thanks.

------------------------------------------------------------------------

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project umlet-swing: Compilation failure: Compilation failure:

com/baselet/cdt/core/helper/ResourceHelper.java:[147,17] cannot find symbol

symbol:   variable Assert

location: class com.baselet.cdt.core.helper.ResourceHelper

com/baselet/cdt/core/helper/ResourceHelper.java:[352,25] cannot find symbol

symbol:   variable Assert

location: class com.baselet.cdt.core.helper.ResourceHelper

com/baselet/cdt/core/helper/IntegratedCModel.java:[45,78] cannot find symbol

symbol:   variable CTestPlugin

location: class com.baselet.cdt.core.helper.IntegratedCModel

com/baselet/cdt/core/helper/IntegratedCModel.java:[54,17] cannot find symbol

symbol:   method waitForIndexer(org.eclipse.cdt.core.model.ICProject)

location: class com.baselet.cdt.core.helper.IntegratedCModel

com/baselet/cdt/core/helper/CProjectHelper.java:[78,24] cannot access org.eclipse.core.runtime.ICoreRunnable

class file for org.eclipse.core.runtime.ICoreRunnable not found

com/baselet/cdt/core/helper/CProjectHelper.java:[162,41] cannot find symbol

symbol:   variable TestCfgDataProvider

location: class com.baselet.cdt.core.helper.CProjectHelper

com/baselet/cdt/core/helper/CProjectHelper.java:[439,75] cannot find symbol

symbol:   variable CTestPlugin

location: class com.baselet.cdt.core.helper.CProjectHelper

-> [Help 1]

 

To see the full stack trace of the errors, re-run Maven with the -e switch.

Re-run Maven using the -X switch to enable full debug logging.

 

For more information about the errors and possible solutions, please read the following articles:

[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

 

Sent from Mail for Windows 10

 


Back to the top