[BAEL-9555] - Created a core-java-modules folder
This commit is contained in:
13
core-java-modules/core-java/src/test/resources/.gitignore
vendored
Normal file
13
core-java-modules/core-java/src/test/resources/.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
*.class
|
||||
|
||||
#folders#
|
||||
/target
|
||||
/neoDb*
|
||||
/data
|
||||
/src/main/webapp/WEB-INF/classes
|
||||
*/META-INF/*
|
||||
|
||||
# Packaged files #
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
@@ -0,0 +1,3 @@
|
||||
version=1.0
|
||||
name=TestApp
|
||||
date=2016-11-12
|
||||
3
core-java-modules/core-java/src/test/resources/catalog
Normal file
3
core-java-modules/core-java/src/test/resources/catalog
Normal file
@@ -0,0 +1,3 @@
|
||||
c1=files
|
||||
c2=images
|
||||
c3=videos
|
||||
@@ -0,0 +1,4 @@
|
||||
# this is sample property file for PropertiesLoaderTest configuration needs
|
||||
! this is also a comment
|
||||
sampleConfEntry = sample String value
|
||||
colonSeparatedEntry : colon separated entry value
|
||||
@@ -0,0 +1,4 @@
|
||||
site=www.google.com
|
||||
name=DefaultAppName
|
||||
topic=Properties
|
||||
category=core-java
|
||||
178691
core-java-modules/core-java/src/test/resources/dictionary.in
Normal file
178691
core-java-modules/core-java/src/test/resources/dictionary.in
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
The façade pattern is a software-design pattern commonly used with object-oriented programming.
|
||||
8
core-java-modules/core-java/src/test/resources/icons.xml
Normal file
8
core-java-modules/core-java/src/test/resources/icons.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
||||
<properties>
|
||||
<comment>xml example</comment>
|
||||
<entry key="fileIcon">icon1.jpg</entry>
|
||||
<entry key="imageIcon">icon2.jpg</entry>
|
||||
<entry key="videoIcon">icon3.jpg</entry>
|
||||
</properties>
|
||||
@@ -0,0 +1,2 @@
|
||||
#Copy a File with Java (www.Baeldung.com)
|
||||
Copying Files with Java is Fun!
|
||||
@@ -0,0 +1,2 @@
|
||||
111
|
||||
222
|
||||
@@ -0,0 +1,2 @@
|
||||
Hello
|
||||
World
|
||||
1
core-java-modules/core-java/src/test/resources/test.find
Normal file
1
core-java-modules/core-java/src/test/resources/test.find
Normal file
@@ -0,0 +1 @@
|
||||
Test of JNDI on file.
|
||||
@@ -0,0 +1 @@
|
||||
Hello world
|
||||
@@ -0,0 +1 @@
|
||||
Hello world 1
|
||||
@@ -0,0 +1 @@
|
||||
2,3 4
|
||||
@@ -0,0 +1 @@
|
||||
Hello 1
|
||||
BIN
core-java-modules/core-java/src/test/resources/test_read4.in
Normal file
BIN
core-java-modules/core-java/src/test/resources/test_read4.in
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
青空
|
||||
@@ -0,0 +1,2 @@
|
||||
Hello world
|
||||
Test line
|
||||
@@ -0,0 +1 @@
|
||||
John,Adam-Tom
|
||||
@@ -0,0 +1,2 @@
|
||||
Hello world
|
||||
Hi, John
|
||||
Reference in New Issue
Block a user