Using more concise naming

This commit is contained in:
Julien Lengrand-Lambert
2025-05-18 14:48:27 +02:00
parent 5f5bccbc7c
commit 8943e7217c
6 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
group = "fr.lengrand"
version = "0.0.1"
version = "0.0.2-SNAPSHOT"
repositories {
mavenCentral()

View File

@@ -15,7 +15,7 @@ import java.net.URL
*
* @see <a href="https://ogp.me/">Open Graph Protocol</a>
*/
class OpenGraphParser {
class Parser {
/**
* Extracts all Open Graph tags from a JSoup Document and returns a structured Data object.

View File

@@ -7,9 +7,9 @@ import kotlin.test.assertEquals
import kotlin.test.assertNotNull
import kotlin.test.assertTrue
class OpenGraphParserTest {
class ParserTest {
private val parser = OpenGraphParser()
private val parser = Parser()
// Sample HTML with all required OpenGraph tags and some structured properties
private val completeHtml = """