issues
search
ivanisidrowu
/
KtRssReader
KtRssReader is a Kotlin library for parsing RSS feed.
Apache License 2.0
99
stars
19
forks
source link
Add processorTest and testCommon modules.
#49
Closed
ivanisidrowu
closed
4 years ago
ivanisidrowu
commented
4 years ago
Added
Add
processorTest
module to test the annotation processor and parser generators.
Add
testCommon
module to include those RSS XML files and extensions for testing. (
ktrssreader
and
processorTest
can use it.)
Modified
Move common RSS XML files and extensions to new module,
testCommon
.
TODO
More parser generator tests.
Added
processorTest
module to test the annotation processor and parser generators.testCommon
module to include those RSS XML files and extensions for testing. (ktrssreader
andprocessorTest
can use it.)Modified
testCommon
.TODO