Sha256: f7ac7e30a0d6ebc44534e6a05a682e273acefcf11fa31f974601f2240b4a07d7

Contents?: true

Size: 469 Bytes

Versions: 2

Compression:

Stored size: 469 Bytes

Contents

#!/usr/bin/env ruby
# -*- coding: binary -*-

$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..'))

require 'rex/encoding/xor/byte'
require 'rex/encoding/xor/generic.rb.ut'

#
# I suck because I want to inherit a test case, but this will
# also cause it to run the test case I'm inheriting, so this runs both the
# Byte and Generic tests, oh well for now...
#

module Rex::Encoding::Xor
class Byte::UnitTest < Generic::UnitTest

	def enc
		Byte
	end
end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
librex-0.0.68 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.66 lib/rex/encoding/xor/byte.rb.ut.rb