Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "List of components to unit test."

(Core - Formatter)
Line 194: Line 194:
  
 
</table>
 
</table>
 
+
<br>
== Debug communication ==
+
== Debug - Debugger ==
 +
* Messages
 
<table border=1 width=100% >
 
<table border=1 width=100% >
 
   <tr width=100% style="color: yellow; background-color: red;" >
 
   <tr width=100% style="color: yellow; background-color: red;" >
 
       <td width=50%> Feature <td width=30%> Responsibility <td width=20%> Status
 
       <td width=50%> Feature <td width=30%> Responsibility <td width=20%> Status
 
   <tr>
 
   <tr>
       <td> <td>  <td>  
+
       <td> Messages <td>  <td>  
 
</table>
 
</table>
+
<br>
 
+
* Stack Frames
== Debug messages  ==
+
 
<table border=1 width=100% >
 
<table border=1 width=100% >
 
   <tr width=100% style="color: yellow; background-color: red;" >
 
   <tr width=100% style="color: yellow; background-color: red;" >
 
       <td width=50%> Feature <td width=30%> Responsibility <td width=20%> Status
 
       <td width=50%> Feature <td width=30%> Responsibility <td width=20%> Status
 
   <tr>
 
   <tr>
       <td> <td>  <td>  
+
       <td> Stack Frames <td>  <td>  
 
</table>
 
</table>
+
<br>
 
+
== Debug stack frame ==
+
<table border=1 width=100% >
+
  <tr width=100% style="color: yellow; background-color: red;" >
+
      <td width=50%> Feature <td width=30%> Responsibility <td width=20%> Status
+
  <tr>
+
      <td>  <td>  <td>
+
</table>
+
+
== Debug server ==
+
<table border=1 width=100% >
+
  <tr width=100% style="color: yellow; background-color: red;" >
+
      <td width=50%> Feature <td width=30%> Responsibility <td width=20%> Status
+
  <tr>
+
      <td>  <td>  <td>
+
</table>
+
+
 
== PHPIDE test framework ==
 
== PHPIDE test framework ==
 
<table border=1 width=100% >
 
<table border=1 width=100% >

Revision as of 08:55, 6 December 2006

Core - Document Model

  • Lexer
Feature Responsibility Status
PHP4
  1. Reserved words
  2. Operators
  3. Strings
  4. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  5. Heredoc

yaronm done
PHP5
  1. Reserved words
  2. Operators
  3. Strings
  4. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  5. Heredoc
edenk done
Lex Errors rganor done
Lexing of sample files and compare with goldens rganor done


  • DOM model
Feature Responsibility Status
PHP DOM
  1. Pure PHP file structure
  2. PHP code embedded in HTML tag
  3. PHP code as html attribute key
  4. PHP code as html attribute value
DOM modeling of sample files and compare with goldens rganor done


  • Source Parser
Feature Responsibility Status
Tokenizer
  1. Pure PHP file structure
  2. PHP code embedded in HTML tag
  3. PHP code as html attribute key
  4. PHP code as html attribute value
Source Parser
  1. Pure PHP file structure
  2. PHP code embedded in HTML tag
  3. PHP code as html attribute key
  4. PHP code as html attribute value
Operating SourceParser on sample files and compare with goldens rganor done


  • PHP Partitioner
Feature Responsibility Status
  1. Partitioner - COMMENT (Line + block)
  2. Partitioner - STRING
  3. Partitioner - DEFAULT
Partitioner on sample files and compare with goldens rganor done


Core - PHP Model

  • Lexer (Model)
Feature Responsibility Status
PHP4
  1. Reserved words
  2. Operators
  3. Strings
  4. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  5. Heredoc

yaronm done
PHP5
  1. Reserved words
  2. Operators
  3. Strings
  4. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  5. Heredoc

edenk done
Lex Errors rganor done
Lexing of sample files and compare with goldens rganor done


  • Parser
Feature Responsibility Status
Client Parser
Parser Errors


  • Language model
Feature Responsibility Status
PHP4 - Golden the language model
PHP5 - Golden the language model


  • User model
Feature Responsibility Status
PHP4
  1. Class with function and variables
  2. Composite Class
  3. Nested Classes
  4. Independent function
  5. Constants (DEFINE)
PHP5
  1. Class with function and variables
  2. Inheritance classes
  3. abstract classes
  4. __get() __set() __call() functions
  5. Composite Class
  6. Nested Classes
  7. Independent function
  8. Constants (DEFINE)


  • Include Path model
Feature Responsibility Status
ZIP files
Folders
Variable
External / Internal


  • Syntax Errors
Feature Responsibility Status
Messages


Core - Formatter

Feature Responsibility Status
Testing Strategies
  1. Case
  2. Comment
  3. Curly
  4. Default
  5. Close tag
Golden various files that were formatted


Debug - Debugger

  • Messages
Feature Responsibility Status
Messages


  • Stack Frames
Feature Responsibility Status
Stack Frames


PHPIDE test framework

Feature Responsibility Status
PHP Project rganor done
Goldens rganor done

Back to the top