Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Facelet Functional Test"

(Namespace Assist)
(No duplicate insertion)
Line 18: Line 18:
  
 
====No duplicate insertion====
 
====No duplicate insertion====
 +
 +
# With one of the namespace options inserted into the HTML from the test above.
 +
# Create a new attribute for ''xmlns:h'=''
 +
# Verify that the options list for content assist (which should again appear after entering hitting the ''='' sign) includes all valid namespace options 'except' the one already inserted.
 +
# Select an option and verify that it inserts correctly.
  
 
===Tag Assist===
 
===Tag Assist===

Revision as of 17:50, 21 May 2008

Feature Test

Content Assist

For all these tests, start with a Dynamic Web Project with the JSF 1.2/Facelet facets. Ensure that JSF runtime, JSTL 1.2 and the facelet jars in the classpath. Create an XHTML 1.0 Transitional file in the WebContent root directory.

Namespace Assist

Basic insertion

  1. Place the cursor inside the html tag.
  2. Add the text xmlns:f=. Verify that content assist activates after the equals sign.
  3. With the cursor after the = sign, and Ctrl-Space.
  4. Verify again the content assist is activated with the following options:

FaceletNamespaceContentAssist.png

  1. Select on of the options and verify that it is correctly inserted.


No duplicate insertion

  1. With one of the namespace options inserted into the HTML from the test above.
  2. Create a new attribute for xmlns:h'=
  3. Verify that the options list for content assist (which should again appear after entering hitting the = sign) includes all valid namespace options 'except' the one already inserted.
  4. Select an option and verify that it inserts correctly.

Tag Assist

Attribute Name Assist

Static Attribute Value Assist

EL Content Assist

Validation

Hover Help

Hyperlink

Back to the top