| 组织ID: |
info.cukes |
| 项目ID: |
cucumber-core |
| 版本: |
1.0.10 |
| 最后修改时间: |
2019-03-15 00:47:44 |
| 包类型: |
jar |
| 标题: |
Cucumber-JVM: Core |
| 大小: |
651.27KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-core</artifactId>
<version>1.0.10</version>
</dependency>
|
| Gradle引入代码: |
info.cukes:cucumber-core:1.0.10
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>info.cukes</groupId>
<artifactId>cucumber-jvm</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0.10</version>
</parent>
<artifactId>cucumber-core</artifactId>
<packaging>jar</packaging>
<name>Cucumber-JVM: Core</name>
<dependencies>
<!-- These dependencies are not packaged because conflicts are unlikely -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>gherkin</artifactId>
</dependency>
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-html</artifactId>
</dependency>
<!-- These dependencies are packaged to prevent conflicts with users' own code -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.googlecode.java-diff-utils</groupId>
<artifactId>diffutils</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.cobertura</groupId>
<artifactId>cobertura</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<archive>
<manifest>
<mainClass>cucumber.cli.Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>jarjar-maven-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jarjar</goal>
</goals>
<configuration>
<includes>
<include>com.thoughtworks.xstream:xstream</include>
<include>com.googlecode.java-diff-utils:diffutils</include>
</includes>
<rules>
<rule>
<pattern>com.thoughtworks.xstream.**</pattern>
<result>cucumber.runtime.xstream.@1</result>
</rule>
<rule>
<pattern>difflib.**</pattern>
<result>cucumber.difflib.@1</result>
</rule>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
cucumber.cli.Main.class
cucumber.io.FileResourceIterator$FileIterator.class
cucumber.io.ZipResourceIterator.class
cucumber.io.ResourceLoader.class
cucumber.io.FileResourceIterable.class
cucumber.io.ClasspathIterable.class
cucumber.io.FileResourceIterator$1.class
cucumber.io.FileResourceIterator.class
cucumber.io.Resource.class
cucumber.io.ClasspathResourceLoader.class
cucumber.io.FileResourceLoader.class
cucumber.io.FlatteningIterator.class
cucumber.io.ZipResource.class
cucumber.io.MultiLoader.class
cucumber.io.FileResource.class
cucumber.formatter.JUnitFormatter.class
cucumber.formatter.UsageFormatter$UsageStatisticStrategy.class
cucumber.formatter.JUnitFormatter$TestCase.class
cucumber.formatter.JUnitFormatter$1.class
cucumber.formatter.HTMLFormatter$1.class
cucumber.formatter.ColorAware.class
cucumber.formatter.ProgressFormatter$1.class
cucumber.formatter.UsageFormatter$MedianUsageStatisticStrategy.class
cucumber.formatter.ProgressFormatter.class
cucumber.formatter.HTMLFormatter.class
cucumber.formatter.ProgressFormatter$2.class
cucumber.formatter.UsageFormatter.class
cucumber.formatter.UsageFormatter$StepDuration.class
cucumber.formatter.FormatterFactory.class
cucumber.formatter.UsageFormatter$StepContainer.class
cucumber.formatter.FormatterFactory$1.class
cucumber.formatter.NullFormatter.class
cucumber.formatter.UsageFormatter$AverageUsageStatisticStrategy.class
cucumber.formatter.UsageFormatter$StepDefContainer.class
cucumber.formatter.CucumberPrettyFormatter.class
cucumber/version.properties
cucumber.runtime.JdkPatternArgumentMatcher.class
cucumber.runtime.ScenarioResult.class
cucumber.runtime.Timeout$Callback.class
cucumber.runtime.UndefinedStepsTracker.class
cucumber.runtime.ScenarioResultImpl.class
cucumber.runtime.PathWithLines.class
cucumber.runtime.DuplicateStepDefinitionException.class
cucumber.runtime.ParameterType.class
cucumber.runtime.RuntimeOptions$1.class
cucumber.runtime.RuntimeOptions$2.class
cucumber.runtime.autocomplete.StepdefGenerator$1.class
cucumber.runtime.autocomplete.StepdefGenerator$2.class
cucumber.runtime.autocomplete.StepdefGenerator.class
cucumber.runtime.autocomplete.MetaStepdef$MetaStep.class
cucumber.runtime.autocomplete.MetaStepdef$MetaArgument.class
cucumber.runtime.autocomplete.MetaStepdef.class
cucumber.runtime.AmbiguousStepDefinitionsException.class
cucumber.runtime.HookDefinition.class
cucumber.runtime.UndefinedStepException.class
cucumber.runtime.snippets.SnippetGenerator.class
cucumber.runtime.snippets.ArgumentPattern.class
cucumber.runtime.snippets.SummaryPrinter.class
cucumber.runtime.snippets.Snippet.class
cucumber.runtime.PendingException.class
cucumber.runtime.Utils$1.class
cucumber.runtime.HookComparator.class
cucumber.runtime.Runtime.class
cucumber/runtime/USAGE.txt
cucumber.runtime.StepDefinition.class
cucumber.runtime.Glue.class
cucumber.runtime.RuntimeOptions.class
cucumber.runtime.Backend.class
cucumber.runtime.converters.SingleValueConverterWrapperExt.class
cucumber.runtime.converters.LocalizedXStreams$LocalizedXStream.class
cucumber.runtime.converters.ConverterWithEnumFormat$CapitalizeFormat.class
cucumber.runtime.converters.BigDecimalConverter.class
cucumber.runtime.converters.FloatConverter.class
cucumber.runtime.converters.ConverterWithNumberFormat.class
cucumber.runtime.converters.EnumConverter.class
cucumber.runtime.converters.ByteConverter.class
cucumber.runtime.converters.ConverterWithEnumFormat$LowercaseFormat.class
cucumber.runtime.converters.LongConverter.class
cucumber.runtime.converters.ConverterWithEnumFormat$UppercaseFormat.class
cucumber.runtime.converters.ConverterWithFormat.class
cucumber.runtime.converters.LocalizedXStreams.class
cucumber.runtime.converters.IntegerConverter.class
cucumber.runtime.converters.BigIntegerConverter.class
cucumber.runtime.converters.DateConverter.class
cucumber.runtime.converters.TimeConverter.class
cucumber.runtime.converters.CalendarConverter.class
cucumber.runtime.converters.ConverterWithEnumFormat.class
cucumber.runtime.converters.ConverterWithEnumFormat$1.class
cucumber.runtime.converters.ShortConverter.class
cucumber.runtime.converters.DoubleConverter.class
cucumber.runtime.model.CucumberScenario.class
cucumber.runtime.model.ExampleStep.class
cucumber.runtime.model.CucumberTagStatement.class
cucumber.runtime.model.CucumberFeature.class
cucumber.runtime.model.CucumberFeature$1.class
cucumber.runtime.model.CucumberBackground.class
cucumber.runtime.model.StepContainer.class
cucumber.runtime.model.CucumberFeature$CucumberFeatureUriComparator.class
cucumber.runtime.model.CucumberExamples.class
cucumber.runtime.model.CucumberScenarioOutline.class
cucumber.runtime.RuntimeGlue.class
cucumber.runtime.StepDefinitionMatch.class
cucumber.runtime.FeatureBuilder.class
cucumber.runtime.CucumberException.class
cucumber.runtime.StepDefinitionMatch$1.class
cucumber.runtime.UnreportedStepExecutor.class
cucumber.runtime.Timeout$1.class
cucumber.runtime.MethodFormat.class
cucumber.runtime.Timeout.class
cucumber.runtime.Utils.class
cucumber.table.xstream.ListOfComplexTypeReader.class
cucumber.table.xstream.ComplexTypeWriter.class
cucumber.table.xstream.ListOfSingleValueWriter.class
cucumber.table.xstream.CellWriter.class
cucumber.table.TableDiffException.class
cucumber.table.TableConverter$1.class
cucumber.table.DataTable$1.class
cucumber.table.StringConverter.class
cucumber.table.CamelCaseStringConverter.class
cucumber.table.DataTable.class
cucumber.table.TableConverter$GenericListType.class
cucumber.table.DataTable$DiffableRow.class
cucumber.table.TypeReference.class
cucumber.table.TableConverter.class
cucumber.table.TableDiffer.class
cucumber.DateFormat.class
META-INF/maven/info.cukes/cucumber-core/pom.xml
META-INF/maven/info.cukes/cucumber-core/pom.properties
cucumber.runtime.xstream.converters.basic.AbstractSingleValueConverter.class
cucumber.runtime.xstream.converters.basic.StringBuilderConverter.class
cucumber.runtime.xstream.converters.basic.NullConverter.class
cucumber.runtime.xstream.converters.basic.StringConverter.class
cucumber.runtime.xstream.converters.basic.IntConverter.class
cucumber.runtime.xstream.converters.basic.URIConverter.class
cucumber.runtime.xstream.converters.basic.BigDecimalConverter.class
cucumber.runtime.xstream.converters.basic.BooleanConverter.class
cucumber.runtime.xstream.converters.basic.ShortConverter.class
cucumber.runtime.xstream.converters.basic.LongConverter.class
cucumber.runtime.xstream.converters.basic.ByteConverter.class
cucumber.runtime.xstream.converters.basic.CharConverter.class
cucumber.runtime.xstream.converters.basic.URLConverter.class
cucumber.runtime.xstream.converters.basic.UUIDConverter.class
cucumber.runtime.xstream.converters.basic.StringBufferConverter.class
cucumber.runtime.xstream.converters.basic.BigIntegerConverter.class
cucumber.runtime.xstream.converters.basic.FloatConverter.class
cucumber.runtime.xstream.converters.basic.DateConverter.class
cucumber.runtime.xstream.converters.basic.DoubleConverter.class
cucumber.runtime.xstream.converters.SingleValueConverter.class
cucumber.runtime.xstream.converters.ConverterMatcher.class
cucumber.runtime.xstream.converters.MarshallingContext.class
cucumber.runtime.xstream.converters.DataHolder.class
cucumber.runtime.xstream.converters.ConverterLookup.class
cucumber.runtime.xstream.converters.Converter.class
cucumber.runtime.xstream.converters.ErrorReporter.class
cucumber.runtime.xstream.converters.UnmarshallingContext.class
cucumber.runtime.xstream.converters.ErrorWriter.class
cucumber.runtime.xstream.converters.reflection.NativeFieldKeySorter$1.class
cucumber.runtime.xstream.converters.reflection.NativeFieldKeySorter.class
cucumber.runtime.xstream.converters.reflection.FieldKeySorter.class
cucumber.runtime.xstream.converters.reflection.ReflectionProvider$Visitor.class
cucumber.runtime.xstream.converters.reflection.ReflectionProvider.class
cucumber.runtime.xstream.converters.reflection.SerializationMethodInvoker$1.class
cucumber.runtime.xstream.converters.reflection.SerializationMethodInvoker.class
cucumber.runtime.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter.class
cucumber.runtime.xstream.converters.reflection.FieldDictionary.class
cucumber.runtime.xstream.converters.reflection.ReflectionProviderWrapper.class
cucumber.runtime.xstream.converters.reflection.PureJavaReflectionProvider$1.class
cucumber.runtime.xstream.converters.reflection.PureJavaReflectionProvider.class
cucumber.runtime.xstream.converters.reflection.FieldKey.class
cucumber.runtime.xstream.converters.reflection.ExternalizableConverter$1.class
cucumber.runtime.xstream.converters.reflection.ExternalizableConverter$2.class
cucumber.runtime.xstream.converters.reflection.ExternalizableConverter.class
cucumber.runtime.xstream.converters.reflection.ImmutableFieldKeySorter.class
cucumber.runtime.xstream.converters.reflection.XStream12FieldKeySorter$1.class
cucumber.runtime.xstream.converters.reflection.XStream12FieldKeySorter.class
cucumber.runtime.xstream.converters.reflection.SortableFieldKeySorter$FieldComparator.class
cucumber.runtime.xstream.converters.reflection.SortableFieldKeySorter.class
cucumber.runtime.xstream.converters.reflection.SelfStreamingInstanceChecker.class
cucumber.runtime.xstream.converters.reflection.MissingFieldException.class
cucumber.runtime.xstream.converters.reflection.ObjectAccessException.class
cucumber.runtime.xstream.converters.reflection.ReflectionConverter.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter$1.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter$2.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter$3.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter$DuplicateFieldException.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter$UnknownFieldException.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter$FieldInfo.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter$ArraysList.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter$MappingList.class
cucumber.runtime.xstream.converters.reflection.AbstractReflectionConverter.class
cucumber.runtime.xstream.converters.reflection.SerializableConverter$1.class
cucumber.runtime.xstream.converters.reflection.SerializableConverter$2$1.class
cucumber.runtime.xstream.converters.reflection.SerializableConverter$2.class
cucumber.runtime.xstream.converters.reflection.SerializableConverter$UnserializableParentsReflectionProvider$1.class
cucumber.runtime.xstream.converters.reflection.SerializableConverter$UnserializableParentsReflectionProvider.class
cucumber.runtime.xstream.converters.reflection.SerializableConverter.class
cucumber.runtime.xstream.converters.reflection.Sun14ReflectionProvider.class
cucumber.runtime.xstream.converters.reflection.CGLIBEnhancedConverter$CGLIBFilteringReflectionProvider$1.class
cucumber.runtime.xstream.converters.reflection.CGLIBEnhancedConverter$CGLIBFilteringReflectionProvider.class
cucumber.runtime.xstream.converters.reflection.CGLIBEnhancedConverter$ReverseEngineeringInvocationHandler.class
cucumber.runtime.xstream.converters.reflection.CGLIBEnhancedConverter$ReverseEngineeredCallbackFilter.class
cucumber.runtime.xstream.converters.reflection.CGLIBEnhancedConverter.class
cucumber.runtime.xstream.converters.enums.EnumConverter.class
cucumber.runtime.xstream.converters.enums.EnumMapConverter.class
cucumber.runtime.xstream.converters.enums.EnumSingleValueConverter.class
cucumber.runtime.xstream.converters.enums.EnumSetConverter.class
cucumber.runtime.xstream.converters.extended.RegexPatternConverter.class
cucumber.runtime.xstream.converters.extended.PropertyEditorCapableConverter.class
cucumber.runtime.xstream.converters.extended.LocaleConverter.class
cucumber.runtime.xstream.converters.extended.JavaFieldConverter.class
cucumber.runtime.xstream.converters.extended.ISO8601GregorianCalendarConverter.class
cucumber.runtime.xstream.converters.extended.ColorConverter.class
cucumber.runtime.xstream.converters.extended.ToAttributedValueConverter$1.class
cucumber.runtime.xstream.converters.extended.ToAttributedValueConverter.class
cucumber.runtime.xstream.converters.extended.GregorianCalendarConverter.class
cucumber.runtime.xstream.converters.extended.CurrencyConverter.class
cucumber.runtime.xstream.converters.extended.SqlDateConverter.class
cucumber.runtime.xstream.converters.extended.CharsetConverter.class
cucumber.runtime.xstream.converters.extended.SqlTimestampConverter.class
cucumber.runtime.xstream.converters.extended.StackTraceElementFactory.class
cucumber.runtime.xstream.converters.extended.JavaClassConverter.class
cucumber.runtime.xstream.converters.extended.FontConverter.class
cucumber.runtime.xstream.converters.extended.ThrowableConverter.class
cucumber.runtime.xstream.converters.extended.SubjectConverter.class
cucumber.runtime.xstream.converters.extended.ToStringConverter.class
cucumber.runtime.xstream.converters.extended.StackTraceElementConverter.class
cucumber.runtime.xstream.converters.extended.EncodedByteArrayConverter.class
cucumber.runtime.xstream.converters.extended.FileConverter.class
cucumber.runtime.xstream.converters.extended.TextAttributeConverter.class
cucumber.runtime.xstream.converters.extended.DurationConverter$1.class
cucumber.runtime.xstream.converters.extended.DurationConverter.class
cucumber.runtime.xstream.converters.extended.JavaMethodConverter.class
cucumber.runtime.xstream.converters.extended.DynamicProxyConverter$1.class
cucumber.runtime.xstream.converters.extended.DynamicProxyConverter.class
cucumber.runtime.xstream.converters.extended.SqlTimeConverter.class
cucumber.runtime.xstream.converters.extended.LookAndFeelConverter.class
cucumber.runtime.xstream.converters.extended.ISO8601SqlTimestampConverter.class
cucumber.runtime.xstream.converters.extended.ISO8601DateConverter.class
cucumber.runtime.xstream.converters.javabean.PropertyDictionary.class
cucumber.runtime.xstream.converters.javabean.PropertySorter.class
cucumber.runtime.xstream.converters.javabean.BeanProperty.class
cucumber.runtime.xstream.converters.javabean.JavaBeanProvider$Visitor.class
cucumber.runtime.xstream.converters.javabean.JavaBeanProvider.class
cucumber.runtime.xstream.converters.javabean.BeanProvider$Visitor.class
cucumber.runtime.xstream.converters.javabean.BeanProvider.class
cucumber.runtime.xstream.converters.javabean.ComparingPropertySorter.class
cucumber.runtime.xstream.converters.javabean.NativePropertySorter.class
cucumber.runtime.xstream.converters.javabean.JavaBeanConverter$1.class
cucumber.runtime.xstream.converters.javabean.JavaBeanConverter$2.class
cucumber.runtime.xstream.converters.javabean.JavaBeanConverter$DuplicateFieldException.class
cucumber.runtime.xstream.converters.javabean.JavaBeanConverter$DuplicatePropertyException.class
cucumber.runtime.xstream.converters.javabean.JavaBeanConverter.class
cucumber.runtime.xstream.converters.collections.AbstractCollectionConverter.class
cucumber.runtime.xstream.converters.collections.CollectionConverter.class
cucumber.runtime.xstream.converters.collections.MapConverter.class
cucumber.runtime.xstream.converters.collections.SingletonMapConverter.class
cucumber.runtime.xstream.converters.collections.CharArrayConverter.class
cucumber.runtime.xstream.converters.collections.PropertiesConverter.class
cucumber.runtime.xstream.converters.collections.SingletonCollectionConverter.class
cucumber.runtime.xstream.converters.collections.ArrayConverter.class
cucumber.runtime.xstream.converters.collections.BitSetConverter.class
cucumber.runtime.xstream.converters.collections.TreeSetConverter$1$1.class
cucumber.runtime.xstream.converters.collections.TreeSetConverter$1.class
cucumber.runtime.xstream.converters.collections.TreeSetConverter.class
cucumber.runtime.xstream.converters.collections.TreeMapConverter$NullComparator.class
cucumber.runtime.xstream.converters.collections.TreeMapConverter$1.class
cucumber.runtime.xstream.converters.collections.TreeMapConverter.class
cucumber.runtime.xstream.converters.ConverterRegistry.class
cucumber.runtime.xstream.converters.SingleValueConverterWrapper.class
cucumber.runtime.xstream.converters.ConversionException.class
cucumber.runtime.xstream.io.binary.BinaryStreamWriter$IdRegistry.class
cucumber.runtime.xstream.io.binary.BinaryStreamWriter$1.class
cucumber.runtime.xstream.io.binary.BinaryStreamWriter.class
cucumber.runtime.xstream.io.binary.Token$Formatter.class
cucumber.runtime.xstream.io.binary.Token$MapIdToValue.class
cucumber.runtime.xstream.io.binary.Token$StartNode.class
cucumber.runtime.xstream.io.binary.Token$EndNode.class
cucumber.runtime.xstream.io.binary.Token$Attribute.class
cucumber.runtime.xstream.io.binary.Token$Value.class
cucumber.runtime.xstream.io.binary.Token.class
cucumber.runtime.xstream.io.binary.BinaryStreamReader$IdRegistry.class
cucumber.runtime.xstream.io.binary.BinaryStreamReader$1.class
cucumber.runtime.xstream.io.binary.BinaryStreamReader.class
cucumber.runtime.xstream.io.binary.ReaderDepthState$State.class
cucumber.runtime.xstream.io.binary.ReaderDepthState$Attribute.class
cucumber.runtime.xstream.io.binary.ReaderDepthState$1.class
cucumber.runtime.xstream.io.binary.ReaderDepthState.class
cucumber.runtime.xstream.io.binary.BinaryStreamDriver.class
cucumber.runtime.xstream.io.ExtendedHierarchicalStreamWriter.class
cucumber.runtime.xstream.io.HierarchicalStreamWriter.class
cucumber.runtime.xstream.io.HierarchicalStreamReader.class
cucumber.runtime.xstream.io.AbstractDriver.class
cucumber.runtime.xstream.io.HierarchicalStreamDriver.class
cucumber.runtime.xstream.io.xml.QNameMap.class
cucumber.runtime.xstream.io.xml.XmlFriendlyNameCoder$1IntPairList.class
cucumber.runtime.xstream.io.xml.XmlFriendlyNameCoder$IntPair.class
cucumber.runtime.xstream.io.xml.XmlFriendlyNameCoder.class
cucumber.runtime.xstream.io.xml.XmlFriendlyReplacer.class
cucumber.runtime.xstream.io.xml.XmlFriendlyWriter.class
cucumber.runtime.xstream.io.xml.DocumentReader.class
cucumber.runtime.xstream.io.xml.xppdom.XppDom.class
cucumber.runtime.xstream.io.xml.xppdom.Xpp3DomBuilder.class
cucumber.runtime.xstream.io.xml.xppdom.Xpp3Dom.class
cucumber.runtime.xstream.io.xml.xppdom.XppDomComparator.class
cucumber.runtime.xstream.io.xml.xppdom.XppFactory.class
cucumber.runtime.xstream.io.xml.DocumentWriter.class
cucumber.runtime.xstream.io.xml.TraxSource.class
cucumber.runtime.xstream.io.xml.XStream11XmlFriendlyReplacer.class
cucumber.runtime.xstream.io.xml.XStream11NameCoder.class
cucumber.runtime.xstream.io.xml.XmlFriendlyReader.class
cucumber.runtime.xstream.io.xml.BEAStaxDriver.class
cucumber.runtime.xstream.io.xml.StaxDriver.class
cucumber.runtime.xstream.io.xml.AbstractXmlDriver.class
cucumber.runtime.xstream.io.xml.AbstractPullReader$Event.class
cucumber.runtime.xstream.io.xml.AbstractPullReader$1.class
cucumber.runtime.xstream.io.xml.AbstractPullReader.class
cucumber.runtime.xstream.io.xml.AbstractXmlReader.class
cucumber.runtime.xstream.io.xml.StaxWriter.class
cucumber.runtime.xstream.io.xml.AbstractXmlWriter.class
cucumber.runtime.xstream.io.xml.XppDomDriver.class
cucumber.runtime.xstream.io.xml.AbstractXppDomDriver.class
cucumber.runtime.xstream.io.xml.XppDomReader.class
cucumber.runtime.xstream.io.xml.AbstractDocumentReader$Pointer.class
cucumber.runtime.xstream.io.xml.AbstractDocumentReader$1.class
cucumber.runtime.xstream.io.xml.AbstractDocumentReader.class
cucumber.runtime.xstream.io.xml.XppDriver.class
cucumber.runtime.xstream.io.xml.AbstractXppDriver.class
cucumber.runtime.xstream.io.xml.AbstractDocumentWriter.class
cucumber.runtime.xstream.io.xml.StaxReader.class
cucumber.runtime.xstream.io.xml.Dom4JDriver$1.class
cucumber.runtime.xstream.io.xml.Dom4JDriver.class
cucumber.runtime.xstream.io.xml.WstxDriver.class
cucumber.runtime.xstream.io.xml.KXml2Driver.class
cucumber.runtime.xstream.io.xml.Dom4JWriter.class
cucumber.runtime.xstream.io.xml.XomWriter.class
cucumber.runtime.xstream.io.xml.XomDriver.class
cucumber.runtime.xstream.io.xml.PrettyPrintWriter.class
cucumber.runtime.xstream.io.xml.JDomWriter.class
cucumber.runtime.xstream.io.xml.XomReader.class
cucumber.runtime.xstream.io.xml.SaxWriter.class
cucumber.runtime.xstream.io.xml.Xpp3DomDriver.class
cucumber.runtime.xstream.io.xml.SjsxpDriver.class
cucumber.runtime.xstream.io.xml.KXml2DomDriver.class
cucumber.runtime.xstream.io.xml.JDomReader.class
cucumber.runtime.xstream.io.xml.Dom4JReader.class
cucumber.runtime.xstream.io.xml.CompactWriter.class
cucumber.runtime.xstream.io.xml.Dom4JXmlWriter.class
cucumber.runtime.xstream.io.xml.DomDriver.class
cucumber.runtime.xstream.io.xml.XppReader.class
cucumber.runtime.xstream.io.xml.Xpp3Driver.class
cucumber.runtime.xstream.io.xml.DomWriter.class
cucumber.runtime.xstream.io.xml.XppDomWriter.class
cucumber.runtime.xstream.io.xml.DomReader.class
cucumber.runtime.xstream.io.xml.JDomDriver.class
cucumber.runtime.xstream.io.naming.NameCoder.class
cucumber.runtime.xstream.io.naming.StaticNameCoder.class
cucumber.runtime.xstream.io.naming.NameCoderWrapper.class
cucumber.runtime.xstream.io.naming.NoNameCoder.class
cucumber.runtime.xstream.io.AbstractReader.class
cucumber.runtime.xstream.io.ExtendedHierarchicalStreamReader.class
cucumber.runtime.xstream.io.AbstractWriter.class
cucumber.runtime.xstream.io.path.PathTracker.class
cucumber.runtime.xstream.io.path.Path.class
cucumber.runtime.xstream.io.path.PathTrackingWriter.class
cucumber.runtime.xstream.io.path.PathTrackingReader.class
cucumber.runtime.xstream.io.ReaderWrapper.class
cucumber.runtime.xstream.io.WriterWrapper.class
cucumber.runtime.xstream.io.json.JsonHierarchicalStreamDriver.class
cucumber.runtime.xstream.io.json.AbstractJsonWriter$Type.class
cucumber.runtime.xstream.io.json.AbstractJsonWriter$StackElement.class
cucumber.runtime.xstream.io.json.AbstractJsonWriter$IllegalWriterStateException.class
cucumber.runtime.xstream.io.json.AbstractJsonWriter.class
cucumber.runtime.xstream.io.json.JettisonMappedXmlDriver.class
cucumber.runtime.xstream.io.json.JsonHierarchicalStreamWriter.class
cucumber.runtime.xstream.io.json.JsonWriter$Format.class
cucumber.runtime.xstream.io.json.JsonWriter.class
cucumber.runtime.xstream.io.json.JettisonStaxWriter.class
cucumber.runtime.xstream.io.StatefulWriter.class
cucumber.runtime.xstream.io.AttributeNameIterator.class
cucumber.runtime.xstream.io.ExtendedHierarchicalStreamWriterHelper.class
cucumber.runtime.xstream.io.copy.HierarchicalStreamCopier.class
cucumber.runtime.xstream.io.StreamException.class
cucumber.runtime.xstream.core.BaseException.class
cucumber.runtime.xstream.core.util.ObjectIdDictionary$Wrapper.class
cucumber.runtime.xstream.core.util.ObjectIdDictionary$IdWrapper.class
cucumber.runtime.xstream.core.util.ObjectIdDictionary$WeakIdWrapper.class
cucumber.runtime.xstream.core.util.ObjectIdDictionary.class
cucumber.runtime.xstream.core.util.FastStack.class
cucumber.runtime.xstream.core.util.ThreadSafePropertyEditor$1.class
cucumber.runtime.xstream.core.util.ThreadSafePropertyEditor.class
cucumber.runtime.xstream.core.util.Pool$Factory.class
cucumber.runtime.xstream.core.util.Pool.class
cucumber.runtime.xstream.core.util.FastField.class
cucumber.runtime.xstream.core.util.ClassLoaderReference$Replacement.class
cucumber.runtime.xstream.core.util.ClassLoaderReference.class
cucumber.runtime.xstream.core.util.PrioritizedList$PrioritizedItem.class
cucumber.runtime.xstream.core.util.PrioritizedList$PrioritizedItemIterator.class
cucumber.runtime.xstream.core.util.PrioritizedList.class
cucumber.runtime.xstream.core.util.DependencyInjectionFactory$1.class
cucumber.runtime.xstream.core.util.DependencyInjectionFactory$TypedValue.class
cucumber.runtime.xstream.core.util.DependencyInjectionFactory.class
cucumber.runtime.xstream.core.util.QuickWriter.class
cucumber.runtime.xstream.core.util.CustomObjectInputStream$StreamCallback.class
cucumber.runtime.xstream.core.util.CustomObjectInputStream$CustomGetField.class
cucumber.runtime.xstream.core.util.CustomObjectInputStream.class
cucumber.runtime.xstream.core.util.PresortedMap$ArraySet.class
cucumber.runtime.xstream.core.util.PresortedMap$1.class
cucumber.runtime.xstream.core.util.PresortedMap$ArraySetComparator.class
cucumber.runtime.xstream.core.util.PresortedMap.class
cucumber.runtime.xstream.core.util.PresortedSet.class
cucumber.runtime.xstream.core.util.CustomObjectOutputStream$StreamCallback.class
cucumber.runtime.xstream.core.util.CustomObjectOutputStream$CustomPutField.class
cucumber.runtime.xstream.core.util.CustomObjectOutputStream$1.class
cucumber.runtime.xstream.core.util.CustomObjectOutputStream.class
cucumber.runtime.xstream.core.util.TypedNull.class
cucumber.runtime.xstream.core.util.Primitives.class
cucumber.runtime.xstream.core.util.OrderRetainingMap$ArraySet.class
cucumber.runtime.xstream.core.util.OrderRetainingMap$1.class
cucumber.runtime.xstream.core.util.OrderRetainingMap.class
cucumber.runtime.xstream.core.util.HierarchicalStreams.class
cucumber.runtime.xstream.core.util.ThreadSafeSimpleDateFormat$1.class
cucumber.runtime.xstream.core.util.ThreadSafeSimpleDateFormat.class
cucumber.runtime.xstream.core.util.Base64Encoder.class
cucumber.runtime.xstream.core.util.Cloneables.class
cucumber.runtime.xstream.core.util.Fields.class
cucumber.runtime.xstream.core.util.WeakCache$1.class
cucumber.runtime.xstream.core.util.WeakCache$2.class
cucumber.runtime.xstream.core.util.WeakCache$3.class
cucumber.runtime.xstream.core.util.WeakCache$4$1.class
cucumber.runtime.xstream.core.util.WeakCache$4.class
cucumber.runtime.xstream.core.util.WeakCache$Visitor.class
cucumber.runtime.xstream.core.util.WeakCache.class
cucumber.runtime.xstream.core.util.ArrayIterator.class
cucumber.runtime.xstream.core.util.CompositeClassLoader$1.class
cucumber.runtime.xstream.core.util.CompositeClassLoader.class
cucumber.runtime.xstream.core.util.XmlHeaderAwareReader.class
cucumber.runtime.xstream.core.Caching.class
cucumber.runtime.xstream.core.JVM$1.class
cucumber.runtime.xstream.core.JVM.class
cucumber.runtime.xstream.core.DefaultConverterLookup.class
cucumber.runtime.xstream.core.SequenceGenerator.class
cucumber.runtime.xstream.core.AbstractTreeMarshallingStrategy.class
cucumber.runtime.xstream.core.TreeUnmarshaller.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
jsoup-1.6.1.jar
/org.jsoup/jsoup/1.6.1
查看jsoup所有版本文件
xmlunit-1.3.jar
/xmlunit/xmlunit/1.3
查看xmlunit所有版本文件
|