public class JavaBinutilsTest
extends java.lang.Object
| Constructor and Description |
|---|
JavaBinutilsTest() |
| Modifier and Type | Method and Description |
|---|---|
private nl.lxtreme.binutils.elf.Dynamic[] |
getDynamicEntries(nl.lxtreme.binutils.elf.Elf f)
Reads all dynamic entries from an ELF file.
|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testNeeded()
Tests reading DT_NEEDED entries.
|
void |
testRpath()
Tests reading DT_RPATH entry.
|
void |
testSoname()
Tests reading DT_SONAME entries.
|
public static junit.framework.Test suite()
private nl.lxtreme.binutils.elf.Dynamic[] getDynamicEntries(nl.lxtreme.binutils.elf.Elf f)
throws java.io.IOException
f - The Elf object providing access to an ELF file.java.io.IOException - if an I/O error occurspublic void testRpath()
throws java.io.IOException
java.io.IOException - if an I/O error occurspublic void testNeeded()
throws java.io.IOException
java.io.IOException - if an I/O error occurspublic void testSoname()
throws java.io.IOException
java.io.IOException - if an I/O error occurs