Java Doc for FileModelTest.java in  » IDE-Netbeans » cnd » org » netbeans » modules » cnd » modelimpl » trace » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » cnd » org.netbeans.modules.cnd.modelimpl.trace 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.cnd.modelimpl.trace.TraceModelTestBase
   org.netbeans.modules.cnd.modelimpl.trace.FileModelTest

All known Subclasses:   org.netbeans.modules.cnd.repository.impl.KeyValidatorRepositoryTest,
FileModelTest
public class FileModelTest extends TraceModelTestBase (Code)
pre-integration tests for parser
author:
   Vladimir Voskresensky

Inner Class :public static class Failed extends TraceModelTestBase


Constructor Summary
public  FileModelTest(String testName)
    

Method Summary
protected  voidpostSetUp()
    
protected  voidsetUp()
    
public  voidtest0x01()
    
public  voidtestAttributesAlignedClass()
    
public  voidtestBitFields()
    
public  voidtestCNavigation()
    
public  voidtestCdeclAndPointerReturnType()
    
public  voidtestDefineMacro()
    
public  voidtestDummy()
    
public  voidtestEmptyLongHex()
    
public  voidtestErrorDirective()
    
public  voidtestExprAfterIf()
    
public  voidtestFriendsDeclaration()
    
public  voidtestFunExpandedUnnamedParams()
    
public  voidtestFunWithoutRetTypeInClassBody()
    
public  voidtestFuncDeclPrefixAttributes()
    
public  voidtestFunctionPointerAsParameterType()
    
public  voidtestFunctionPointerAsReturnType()
    
public  voidtestFunctionPointerAsTypeCast()
    
public  voidtestFunctionPointerAsVariableType()
    
public  voidtestFunctionPointerMisc()
    
public  voidtestFunctionsAndVariables()
    
public  voidtestIncludeCorrectness()
    
public  voidtestIncludeMacroExpansion()
    
public  voidtestIncompleteString()
    
public  voidtestInlineDtorDefinitionName()
    
public  voidtestIntStaticField()
    
public  voidtestKAndRParams()
    
public  voidtestNamedMemberEnumTypedef()
    
public  voidtestNamespaceAttribute()
    
public  voidtestNestedClassesAndEnums_1()
    
public  voidtestParserRecover()
    
public  voidtestPartialSpeciazationsAndOperatorLess()
    
public  voidtestPreProcDefinedKeyword()
    
public  voidtestPreProcExpressionAndEmptyBodyMacro()
    
public  voidtestResolverInfiniteLoop1()
    
public  voidtestResolverInfiniteLoop2()
    
public  voidtestResolverInfiniteLoop3()
    
public  voidtestStackOverflowOnCastExpression()
    
public  voidtestStaticFunction()
    
public  voidtestStaticStruct()
    
public  voidtestTemplateDtorDefinition()
    
public  voidtestTemplateExplicitInstantiation()
    
public  voidtestThrowConst()
    
public  voidtestTypedefEnumInClassScope()
    
public  voidtestTypedefInsideFunc()
    
public  voidtestUnresolvedPersistence()
    
public  voidtestUsingExtern()
    
public  voidtestVariableDefinition()
    


Constructor Detail
FileModelTest
public FileModelTest(String testName)(Code)




Method Detail
postSetUp
protected void postSetUp()(Code)



setUp
protected void setUp() throws Exception(Code)



test0x01
public void test0x01() throws Exception(Code)



testAttributesAlignedClass
public void testAttributesAlignedClass() throws Exception(Code)



testBitFields
public void testBitFields() throws Exception(Code)



testCNavigation
public void testCNavigation() throws Exception(Code)



testCdeclAndPointerReturnType
public void testCdeclAndPointerReturnType() throws Exception(Code)



testDefineMacro
public void testDefineMacro() throws Exception(Code)



testDummy
public void testDummy() throws Exception(Code)



testEmptyLongHex
public void testEmptyLongHex() throws Exception(Code)



testErrorDirective
public void testErrorDirective() throws Exception(Code)



testExprAfterIf
public void testExprAfterIf() throws Exception(Code)



testFriendsDeclaration
public void testFriendsDeclaration() throws Exception(Code)



testFunExpandedUnnamedParams
public void testFunExpandedUnnamedParams() throws Exception(Code)



testFunWithoutRetTypeInClassBody
public void testFunWithoutRetTypeInClassBody() throws Exception(Code)



testFuncDeclPrefixAttributes
public void testFuncDeclPrefixAttributes() throws Exception(Code)



testFunctionPointerAsParameterType
public void testFunctionPointerAsParameterType() throws Exception(Code)



testFunctionPointerAsReturnType
public void testFunctionPointerAsReturnType() throws Exception(Code)



testFunctionPointerAsTypeCast
public void testFunctionPointerAsTypeCast() throws Exception(Code)



testFunctionPointerAsVariableType
public void testFunctionPointerAsVariableType() throws Exception(Code)



testFunctionPointerMisc
public void testFunctionPointerMisc() throws Exception(Code)



testFunctionsAndVariables
public void testFunctionsAndVariables() throws Exception(Code)



testIncludeCorrectness
public void testIncludeCorrectness() throws Exception(Code)



testIncludeMacroExpansion
public void testIncludeMacroExpansion() throws Exception(Code)



testIncompleteString
public void testIncompleteString() throws Exception(Code)



testInlineDtorDefinitionName
public void testInlineDtorDefinitionName() throws Exception(Code)



testIntStaticField
public void testIntStaticField() throws Exception(Code)



testKAndRParams
public void testKAndRParams() throws Exception(Code)



testNamedMemberEnumTypedef
public void testNamedMemberEnumTypedef() throws Exception(Code)



testNamespaceAttribute
public void testNamespaceAttribute() throws Exception(Code)



testNestedClassesAndEnums_1
public void testNestedClassesAndEnums_1() throws Exception(Code)



testParserRecover
public void testParserRecover() throws Exception(Code)



testPartialSpeciazationsAndOperatorLess
public void testPartialSpeciazationsAndOperatorLess() throws Exception(Code)



testPreProcDefinedKeyword
public void testPreProcDefinedKeyword() throws Exception(Code)



testPreProcExpressionAndEmptyBodyMacro
public void testPreProcExpressionAndEmptyBodyMacro() throws Exception(Code)



testResolverInfiniteLoop1
public void testResolverInfiniteLoop1() throws Exception(Code)



testResolverInfiniteLoop2
public void testResolverInfiniteLoop2() throws Exception(Code)



testResolverInfiniteLoop3
public void testResolverInfiniteLoop3() throws Exception(Code)



testStackOverflowOnCastExpression
public void testStackOverflowOnCastExpression() throws Exception(Code)



testStaticFunction
public void testStaticFunction() throws Exception(Code)



testStaticStruct
public void testStaticStruct() throws Exception(Code)



testTemplateDtorDefinition
public void testTemplateDtorDefinition() throws Exception(Code)



testTemplateExplicitInstantiation
public void testTemplateExplicitInstantiation() throws Exception(Code)



testThrowConst
public void testThrowConst() throws Exception(Code)



testTypedefEnumInClassScope
public void testTypedefEnumInClassScope() throws Exception(Code)



testTypedefInsideFunc
public void testTypedefInsideFunc() throws Exception(Code)



testUnresolvedPersistence
public void testUnresolvedPersistence() throws Exception(Code)



testUsingExtern
public void testUsingExtern() throws Exception(Code)



testVariableDefinition
public void testVariableDefinition() throws Exception(Code)



Methods inherited from org.netbeans.modules.cnd.modelimpl.trace.TraceModelTestBase
protected void doTest(String[] args, PrintStream streamOut, PrintStream streamErr, Object... params) throws Exception(Code)(Java Doc)
final protected CsmProject getCsmProject()(Code)(Java Doc)
final protected FileImpl getFileImpl(File file)(Code)(Java Doc)
final protected CsmModel getModel()(Code)(Java Doc)
final protected ProjectBase getProject()(Code)(Java Doc)
protected TraceModel getTraceModel()(Code)(Java Doc)
final protected void initParsedProject() throws Exception(Code)(Java Doc)
final protected void performModelTest(File testFile, PrintStream streamOut, PrintStream streamErr) throws Exception(Code)(Java Doc)
final protected void performModelTest(String[] args, PrintStream streamOut, PrintStream streamErr) throws Exception(Code)(Java Doc)
protected void performTest(String source) throws Exception(Code)(Java Doc)
protected void performTest(String source, String goldenDataFileName, String goldenErrFileName, Object... params) throws Exception(Code)(Java Doc)
protected void performTest(String[] args, String goldenDataFileName, String goldenErrFileName, Object... params) throws Exception(Code)(Java Doc)
protected void postSetUp() throws Exception(Code)(Java Doc)
protected void postTest(String[] args, Object... params)(Code)(Java Doc)
protected void preSetUp() throws Exception(Code)(Java Doc)
final protected void reparseFile(CsmFile file)(Code)(Java Doc)
final protected void resetProject()(Code)(Java Doc)
protected void setUp() throws Exception(Code)(Java Doc)
protected void tearDown() throws Exception(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.