Index
All Classes and Interfaces|All Packages
A
- as(String) - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
As.
- as(String) - Method in class org.carrot2.labs.test.CssPropertyAssertion
-
As.
- as(String) - Method in class org.carrot2.labs.test.MessageAssertion
-
As.
- Assertions - Class in org.carrot2.labs.test
-
FEST-style assertions for SmartSprites-specific data types.
- Assertions() - Constructor for class org.carrot2.labs.test.Assertions
- assertThat(BufferedImage) - Static method in class org.carrot2.labs.test.Assertions
-
Creates a
BufferedImageAssertion
. - assertThat(List<Message>) - Static method in class org.carrot2.labs.test.Assertions
-
Creates a
MessageListAssertion
. - assertThat(CssProperty) - Static method in class org.carrot2.labs.test.Assertions
-
Creates a
CssPropertyAssertion
. - assertThat(Message) - Static method in class org.carrot2.labs.test.Assertions
-
Creates a
MessageAssertion
. - assertThatCssPropertyList(List<CssProperty>) - Static method in class org.carrot2.labs.test.Assertions
-
Creates a
CssPropertyListAssertion
.
B
- BufferedImageAssertion - Class in org.carrot2.labs.test
-
Assertions on instances of
CssProperty
. - BufferedImageAssertion(BufferedImage) - Constructor for class org.carrot2.labs.test.BufferedImageAssertion
-
Creates a
BufferedImage
assertion. - BufferedImageTestBase - Class in org.carrot2.util
-
Base class for tests involving
BufferedImage
s. - BufferedImageTestBase() - Constructor for class org.carrot2.util.BufferedImageTestBase
C
- contains(Message...) - Method in class org.carrot2.labs.test.MessageListAssertion
-
Asserts that the current message list contains (at least) the specified messages.
- CssPropertyAssertion - Class in org.carrot2.labs.test
-
Assertions on instances of
CssProperty
. - CssPropertyAssertion(CssProperty) - Constructor for class org.carrot2.labs.test.CssPropertyAssertion
-
Creates a
CssProperty
assertion object. - CssPropertyListAssertion - Class in org.carrot2.labs.test
-
Assertions on lists of
CssProperty
instances. - CssPropertyListAssertion(List<CssProperty>) - Constructor for class org.carrot2.labs.test.CssPropertyListAssertion
-
Creates a
Message
list assertion object.
D
- doesNotHaveAlpha() - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Asserts that the image has or doesn't have any transparent areas.
- doesNotHaveMessagesOfLevel(Message.MessageLevel) - Method in class org.carrot2.labs.test.MessageListAssertion
-
Does not have messages of level.
H
- hasBitAlpha() - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Asserts that the image has bit (0/1) alpha areas.
- hasNumberOfColorsEqualTo(int) - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Asserts that the image has the specified number of colors, fully transparent pixels are not counted.
- hasSize(Dimension) - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Checks for size.
- hasTrueAlpha() - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Asserts that the image has true (0..1) alpha areas.
I
- image(String) - Method in class org.carrot2.util.BufferedImageTestBase
-
Image.
- isDirectColor() - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Asserts that the image is a direct color image.
- isEmpty() - Method in class org.carrot2.labs.test.CssPropertyListAssertion
-
Checks if is empty.
- isEmpty() - Method in class org.carrot2.labs.test.MessageListAssertion
-
Checks if is empty.
- isEqualTo(BufferedImage) - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Checks if is equal to.
- isEquivalentTo(List<CssProperty>) - Method in class org.carrot2.labs.test.CssPropertyListAssertion
-
Asserts that the current message list is equivalent to the provided expected message list.
- isEquivalentTo(List<Message>) - Method in class org.carrot2.labs.test.MessageListAssertion
-
Asserts that the current message list is equivalent to the provided expected message list.
- isEquivalentTo(CssProperty) - Method in class org.carrot2.labs.test.CssPropertyAssertion
-
Asserts that the current property is equivalent to the provided expected property.
- isEquivalentTo(CssProperty...) - Method in class org.carrot2.labs.test.CssPropertyListAssertion
-
Asserts that the current message list is equivalent to the provided expected message list.
- isEquivalentTo(Message) - Method in class org.carrot2.labs.test.MessageAssertion
-
Asserts that the current message is equivalent to the provided expected message.
- isEquivalentTo(Message...) - Method in class org.carrot2.labs.test.MessageListAssertion
-
Asserts that the current message list is equivalent to the provided expected message list.
- isEquivalentTo(Message.MessageLevel, List<Message>) - Method in class org.carrot2.labs.test.MessageListAssertion
-
Asserts that the current message list is equivalent to the provided expected message list.
- isEquivalentTo(Message.MessageLevel, Message...) - Method in class org.carrot2.labs.test.MessageListAssertion
-
Asserts that the current message list is equivalent to the provided expected message list.
- isIndexedColor() - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Asserts that the image is an indexed color image.
- isNotEqualTo(BufferedImage) - Method in class org.carrot2.labs.test.BufferedImageAssertion
-
Checks if is not equal to.
M
- MessageAssertion - Class in org.carrot2.labs.test
-
Assertions on
Message
s. - MessageAssertion(Message) - Constructor for class org.carrot2.labs.test.MessageAssertion
-
Creates a
Message
assertion object. - MessageListAssertion - Class in org.carrot2.labs.test
-
Assertions on lists of
Message
s. - MessageListAssertion(List<Message>) - Constructor for class org.carrot2.labs.test.MessageListAssertion
-
Creates a
Message
list assertion object. - messageLog - Variable in class org.carrot2.labs.smartsprites.TestWithMemoryMessageSink
-
The message log.
- messages - Variable in class org.carrot2.labs.smartsprites.TestWithMemoryMessageSink
-
The messages.
O
- org.carrot2.labs.smartsprites - package org.carrot2.labs.smartsprites
- org.carrot2.labs.smartsprites.css - package org.carrot2.labs.smartsprites.css
- org.carrot2.labs.test - package org.carrot2.labs.test
- org.carrot2.util - package org.carrot2.util
S
- setUpMessageLogWithMemoryMessageSink() - Method in class org.carrot2.labs.smartsprites.TestWithMemoryMessageSink
-
Sets the up message log with memory message sink.
T
- TestWithMemoryMessageSink - Class in org.carrot2.labs.smartsprites
-
A base class for tests checking logged messages.
- TestWithMemoryMessageSink() - Constructor for class org.carrot2.labs.smartsprites.TestWithMemoryMessageSink
All Classes and Interfaces|All Packages